Showing
3 changed files
with
6 additions
and
1 deletions
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | <title>KHU KHU Chat</title> | 4 | <title>KHU KHU Chat</title> |
5 | <meta charset="utf-8"> | 5 | <meta charset="utf-8"> |
6 | <link rel="stylesheet" href="style.css"> | 6 | <link rel="stylesheet" href="style.css"> |
7 | - | 7 | +<script src="validation.js"></script> |
8 | </head> | 8 | </head> |
9 | <body> | 9 | <body> |
10 | 10 | ... | ... |
... | @@ -31,6 +31,10 @@ | ... | @@ -31,6 +31,10 @@ |
31 | <label for="password">비밀번호:</label><br> | 31 | <label for="password">비밀번호:</label><br> |
32 | <input type="password" name="password" placeholder="비밀번호를 입력하세요."><br> | 32 | <input type="password" name="password" placeholder="비밀번호를 입력하세요."><br> |
33 | 33 | ||
34 | + <label for="password">비밀번호 확인:</label><br> | ||
35 | + <input type="password" name="checkpassword" placeholder="비밀번호를 입력하세요."><br> | ||
36 | + | ||
37 | + | ||
34 | <label for="name">이름:</label><br> | 38 | <label for="name">이름:</label><br> |
35 | <input type="text" name="name"placeholder="이름을 입력하세요."><br> | 39 | <input type="text" name="name"placeholder="이름을 입력하세요."><br> |
36 | 40 | ... | ... |
1 | +function | ... | ... |
-
Please register or login to post a comment