Newer
Older
skip-web / fujix / add.html
@FUJIKAWA Kosuke FUJIKAWA Kosuke on 28 Nov 2014 474 bytes leaf.rb button add
<html>
<head>
<title>add page</title>
<link rel="stylesheet" type="text/css" href="ほげ.css">
</head>

<body>
<h1>登録ぺーじ</h1>

<p><a href="manual.html">はじめに</a></p>
<p>名前を入れて登録しよう</p>
<form method="POST" action="./add.rb">
<p>お名前: <input name="name" type="text" maxlength="40"><br>
<input type="submit" value="OK">
<input type="reset" value="reset"><br></p>
</form>

<address>c111126@g.koeki-u.ac.jp</address>

</body>
</html>