diff mackey/academy/login.html~ @ 664:12f86e86a07f

Mackey academy added
author MASAHIRO Suzuki <c112085@roy.e.koeki-u.ac.jp>
date Fri, 09 Jan 2015 15:18:12 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mackey/academy/login.html~	Fri Jan 09 15:18:12 2015 +0900
@@ -0,0 +1,21 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<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