first commit

This commit is contained in:
hoyeon 2024-05-27 00:11:41 +09:00
commit 9aae4cb87b
1 changed files with 16 additions and 0 deletions

16
0524_1_button_git.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title> 입력 </title>
<meta charset="utf-8">
</head>
<body>
<form id="form">
<h1> 입력하세요 <br>
<textarea name="textarea" rows=""></textarea>
</form>
<button>
<h2> 등록 </h2>
</button>
</body>
</html>