Newer
Older
skip-web / staff / mackey / academy / quest.html
<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">
<input type="hidden" name="count" value="1">
</form>
</div>
</div>
</body>
</html>