view staff/mackey/academy/login.html @ 3944:e45173af0101 default tip master

chenge game link
author KOMATSU Kotaro <c118089@roy.e.koeki-u.ac.jp>
date Mon, 20 Jan 2020 18:13:48 +0900
parents 94ded59a54a9
children
line wrap: on
line source

<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>

yatex.org