-
Notifications
You must be signed in to change notification settings - Fork 0
/
coverpage.html
44 lines (35 loc) · 1.25 KB
/
coverpage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/coverpage.css">
<title>旅するパンダ</title>
<link rel="icon" href="img/panda.png">
</head>
<header class="header_together">
<img id="savepanda" src="img/savepanda.png">
<h1>旅するパンダ</h1>
</header>
<body>
<!-- カバーページ -->
<p class="panda_text">
パンダは森の中で迷子になってます。<br>
パンダは前進すると食べるしかできないので、<br>
<br>
5クリック以内に、HPが0になったら体力が尽きてしまい、<br>
何もできなくなります。<br>
前進することでHP-1になります。<br>
そして、食べ物を食べると、運がよければHPが上がりますが、<br>
悪ければクマに襲われて、命の危機に晒されるかもしれません。<br>
<br>
さて。5クリックでパンダを森に救出できるか?<br>
</p>
<a div class="btn_panda fit" href="pandaforest.html">
Start
</a>
</body>
<footer>
<small>Panda in the Forest</small>
</footer>
</html>