-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (65 loc) · 1.7 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>草々</title>
<style type="text/css">
@font-face {
font-family: MisekiBitmap;
src: url("MisekiBitmap.ttf");
}
body {
background-color: #efffde;
font: 24px "MisekiBitmap", sans-serif;
color: #183442;
padding: 0 1em 0 1em;
line-height: 1em;
}
p {
display: block;
}
a {
color: #529273;
text-decoration: none;
}
a:hover {
color: #acd794;
}
iframe {
width: 20em;
height: 18em;
border: 0;
margin: 0 -0.75em 0 -0.75em;
}
@media only screen and (max-width: 480px) {
body {
font-size: 16px;
}
}
</style>
</head>
<body>
<p>
<iframe id="game" src="./game" onload="this.contentWindow.focus()"></iframe>
</p>
<p>
「和彩色文字交互,进入诗歌迷宫。」
</p>
<p>
一本能够在任天堂游戏男孩 (Nintendo® Game Boy™) 上运行的诗集。
</p>
<p>
上下左右键控制移动。若失去焦点,请点击游戏页框部分。
</p>
<p>
在游玩本作品的过程中,建议自行播放背景音乐,推荐专辑是
<br>
Disasterpeace - FEZ (Original Game Soundtrack)
</p>
<p>
本著作系采用 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">创用 CC 姓名标示 4.0 国际 授权条款</a> 授权。
</p>
</body>
</html>