view fujix/add.html @ 2944:b1cb17ea7605

merge
author ARAKI Tsuyohito <c113007@e.koeki-u.ac.jp>
date Tue, 08 Dec 2015 19:36:05 +0900
parents 2cf2d4e4604e
children
line wrap: on
line source

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

yatex.org