Mercurial > hgrepos > hgweb.cgi > skipweb
view mackey/academy/quest.html~ @ 706:1c647d7408ca
shishippu
author | HAGITA Akane<c113133@e.koeki-u.ac.jp> |
---|---|
date | Tue, 30 Jun 2015 19:28:01 +0900 |
parents | 12f86e86a07f |
children |
line wrap: on
line source
<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> <img border="1" src="forest.jpg" width="480" height="320" alt="背景" title="背景"> <h2>探索しよう!</h2> <form method="POST" action="battle.rb"> <button class="css3button" type="submit" name="Battle" value="1">Start</button> <input type="hidden" name="hp" value="999"> <input type="hidden" name="thp" value="300"> </form> </div> </div> </body> </html>