Newer
Older
skip-web / staff / mackey / academy / battle.html
@Ryu Ryu on 13 Jul 2018 526 bytes convert to utf-8
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
<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>
</form>
</div>
</div>
</body>
</html>