오명준

Add Login/Create account page(html)

1 +<html>
2 +<head>
3 +<title>Login page</title>
4 +<script src="login.js"></script>
5 +</head>
6 +<body>
7 +<p align="center">
8 +<br><br><br><br><br><br>
9 +<input type="text" placeholder="ID"><br>
10 +<input type="password" placeholder="PASSWORD"><br>
11 +<button onclick="app.get()">로그인</button><br>
12 +<br>
13 +회원가입을 안하셨다면 입력칸에 원하는 아이디와 비밀번호를 적으신 후<button onclick="app.post()">회원가입</button><br>
14 +<br>
15 +로그인 없이 <button onclick='window.location="list.html"'>시작</button>
16 +</p>
17 +</body>
18 +</html>
...\ No newline at end of file ...\ No newline at end of file