Newer
Older
2022-KEGO / mycgi / btype.html
@Sato Keigo Sato Keigo on 20 Oct 2022 348 bytes add mycgi in 2022
<!DOCTIPE html>
<html lang = "ja">
<head>
<title>血液型占い</title>
</head>
<body>
<h1>
今日の血液型占い
</h1>
<form method = "POST" action = "./btype.rb">
<p>お名前: <input name = "namae" type = "text" maxlength = "100"></p>
<input type = "submit" value = "OK">
<input type = "reset" value = "reset">
</form><><><><><>




</body>