Skip to content

Commit

Permalink
add reg.html
Browse files Browse the repository at this point in the history
295쪽에서 설명한 reg.html이 누락되어 있었네요. 추가합니다.
  • Loading branch information
funnycom authored Dec 2, 2019
1 parent f800955 commit cba7e15
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions 09/reg.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/login.css">
<title>회원 가입</title>
</head>
<body>
<div id="container">
<h3>로그인</h3>
<form>
<div id="login_input">
<input type="text" autofocus placeholder="아이디">
<input type="password" placeholder="비밀번호">
</div>
<div id="login_bttn">
<button type="submit" class="order">로그인</button>
</div>
</form>
</div>
</body>
</html>

0 comments on commit cba7e15

Please sign in to comment.