view fujix/add.html @ 900:510673c66330

merge
author GOTO Sakuya<c113061@e.koeki-u.ac.jp>
date Thu, 29 Oct 2015 18:56:38 +0900
parents 1f8a536b5ea6
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