-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
46 lines (42 loc) · 1.32 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" style="overflow-y: hidden; height: 100%;">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@oboenikui">
<meta name="twitter:creator" content="@oboenikui">
<meta name="twitter:title" content="Space Doitsu no Tori">
<meta name="twitter:description" content="Space Debris">
<meta name="twitter:image" content="http://www.oboenikui.com/img/space_doitsu_no_tori.jpg">
<title>Space Doitsu no Tori</title>
<style>
* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
#wrapper {
height: 100%;
min-height: 100%;
position: fixed;
width: 100%;
}
body > #wrapper {
height: auto;
}
.no-display {
display: none;
}
</style>
</head>
<body>
<div id="wrapper">
<canvas id="space">ご覧になるには最新のブラウザをご利用ください。</canvas>
</div>
<img src="img/background.jpg" class="no-display"/>
<img src="img/bird1.png" class="no-display"/>
<script src="space_bird.js"></script>
</body>
</html>