오명준

Add Login/Create account page(html)

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