-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmountainrule.html
More file actions
96 lines (80 loc) · 2.39 KB
/
mountainrule.html
File metadata and controls
96 lines (80 loc) · 2.39 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!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/mountainrule.css">
<title>旅するパンダ</title>
<link rel="icon" href="img/panda.png">
</head>
<header class="header_together">
<img id="pandahead" src="img/panda.png">
<h1>旅するパンダ</h1>
</header>
<body>
<!-- カバーページ -->
<p class="intro_text">
パンダのように、命を運に委ねたくなければ
山へ行く前の準備はとても重要です。
このページでは、山へ行くために必要な道具と準備を
紹介したいと思います。
</p>
<p>
道具リスト
</p>
<label class="list">
<input type="checkbox">水 : 目安:1時間あたり、500ml
</label>
<label class="list">
<input type="checkbox"> 登山靴
</label>
<label class="list">
<input type="checkbox">軽装
</label>
<label class="list">
<input type="checkbox">移動食(しゃりバテを予防するため)
</label>
<label class="list">
<input type="checkbox">OS1などバテる時のためのドリンク
</label>
<label class="list">
<input type="checkbox">手袋
</label>
<label class="list">
<input type="checkbox">帽子
</label>
<label class="list">
<input type="checkbox">ザック
</label>
<label class="list">
<input type="checkbox">トレッキングポール
</label>
<label class="list">
<input type="checkbox">ロープ
</label>
<label class="list">
<input type="checkbox">鈴
</label>
<label class="list">
<input type="checkbox">駐車場やバスを使う場合、小銭の準備
</label>
<label class="list">
<input type="checkbox">山小屋を使う場合、ピローカバー、シート
</label>
<label class="list">
<input type="checkbox">山頂で食べるもの
</label>
<a div class="btn_panda fit" href="pandaforest.html">
山診断へ
</a>
<a div class="btn_panda fit" href="pandaforest.html">
もう一回遊ぶ
</a>
<a div href="coverpage.html">
ゲームトップに戻る
</a>
</body>
<footer>
<small>Panda in the Forest</small>
</footer>
</html>