Newer
Older
skip-web / staff / mackey / academy / login.html
@Ryu Ryu on 13 Jul 2018 521 bytes convert to utf-8
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
<title>ログイン</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>

<body>
<h1>ログイン</h1>
<div class="center01">
<div>
<form method="POST" action="login.rb">
<p>
<span>ID:</span><input type="text" name="id"><br><br>
<span>PASS:</span><input type="password" name="pass"><br><br>
<button class="css3button" type="submit" name="Battle" value="0">ログイン</button>  
</form>
</div>
</div>
</body>
</html>