-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 1.41 KB
/
index.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
45
46
47
48
<html>
<head>
<title>[ Penguin Cafe ]</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<style>
* { margin : 0; padding : 0; }
body { color : #555; background : #ddd; }
div { margin : 10px; }
a { color : #ff5500; text-decoration : none; }
p { font-size : 0.8rem; line-height : 2.0; }
#main { margin : 10px auto; width : 80%; border: 1px solid #bbb }
</style>
<body>
<div id="main">
<div><p>[ Penguin Cafe ]</p></div>
<div>
<p><a href="https://penguin-cafe.github.io/game/">[ game ]</a></p>
<p>ペンギンたたき(iPad用)</p>
</div>
<div>
<p><a href="https://penguin-cafe.github.io/game-flick/">[ game-flick ]</a></p>
<p>ペンギンたたき(iPhone用)</p>
</div>
<div>
<p><a href="https://penguin-cafe.github.io/game3/">[ game3 ]</a></p>
<p>ヘルメット</p>
</div>
<div>
<p><a href="https://penguin-cafe.github.io/game4/">[ game4 ]</a></p>
<p>パラシュート</p>
</div>
<div>
<p><a href="https://penguin-cafe.github.io/game6/">[ game6 ]</a></p>
<p>ブロックくずし</p>
</div>
<div>
<p><a href="https://penguin-cafe.github.io/game7/">[ game7 ]</a></p>
<p>箱入り憲法くん</p>
</div>
<div>
<p><a href="https://penguin-cafe.github.io/game8/">[ game8 ]</a></p>
<p>スペースインベーダー</p>
</div>
</div>
</body>
</html>