<html>
<head>
<title>Main page</title>
</head>
<meta charset="UTF-8">
<body>
<h1>LOGIN</h1>
ID <input type = "text" name="id" placeholder="아이디를 입력해주세요."><br/>
PASSWORD <input type = "password" name="password" placeholder="비밀번호를 입력해주세요.">
<p>
<input value="LOGIN" type="submit" name="login">
</p>
</body>
</html>
python -m http.server 8080