This repository has been archived by the owner on Nov 26, 2020. It is now read-only.
forked from lonelyion/fubuki-tap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
155 lines (153 loc) · 4.95 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html lang="zh">
<head
prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#"
>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=0"
/>
<meta
name="description"
content="クリック/タッチすることで、モーショングラフィックスと共に音を奏でるインタラクティブコンテンツの白上フブキ版。"
/>
<meta name="twitter:site" content="@lonely_ion" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:image"
content="https://tap.fubuki.moe/shared/img/fubukitap.png"
/>
<meta property="og:locale" content="ja_JP" />
<meta property="og:title" content="FubukiTap" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://tap.fubuki.moe" />
<meta
property="og:image"
content="https://tap.fubuki.moe/shared/img/fubukitap.png"
/>
<meta property="og:site_name" content="Fubuki TAP" />
<meta
property="og:description"
content="クリック/タッチすることで、モーショングラフィックスと共に音を奏でるインタラクティブコンテンツの白上フブキ版。"
/>
<title>FubukiTap</title>
<link rel="apple-touch-icon" href="./shared/img/icon.png" />
<link rel="icon" type="image/png" href="./shared/img/icon.png" />
<link charset="UTF-8" href="./shared/sp/css/common.css" rel="stylesheet" />
<link charset="utf-8" href="css/fubukitap.css" rel="stylesheet" />
<script
charset="utf-8"
src="https://cdn.jsdelivr.net/npm/jquery@2.2.4/dist/jquery.min.js"
type="text/javascript"
></script>
<script
charset="utf-8"
src="https://cdn.jsdelivr.net/npm/pixi.js@3.0.11/bin/pixi.min.js"
type="text/javascript"
></script>
<script
charset="utf-8"
src="https://cdn.jsdelivr.net/npm/gsap@1.19.1/TweenMax.min.js"
type="text/javascript"
></script>
<script
charset="UTF-8"
src="./shared/js/common.js?2"
type="text/javascript"
></script>
<script
charset="utf-8"
src="js/fubukitap.js"
type="text/javascript"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-103626808-5"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'UA-103626808-5')
</script>
</head>
<body>
<div id="view"></div>
<div id="scene_top">
<h1>FubukiTap</h1>
<div id="ng">
<p class="atten">
申し訳ございません、<br />お使いの端末又はブラウザには対応しておりません。
</p>
</div>
<div class="ok">
<p id="bt_start"><a href="">START</a></p>
</div>
<p id="bt_about"><a href="">ABOUT</a></p>
<div class="ok">
<p class="attention">※サウンドをオンにしてお楽しみください。</p>
</div>
<p class="tit">SHARE:</p>
<p class="con">
<span class="sns" id="bt_tw"
><img src="./shared/img/sns/twitter_w.png" alt="tweet"
/></span>
</p>
</div>
<div id="scene_loading">
<hr size="1" color="#fff" />
</div>
<div id="scene_main">
<div class="set">
<p class="attention">CLICK & DRAG or PRESS ANY KEY!</p>
<p id="bt_feedback"><a href="">FEEDBACK: ON</a></p>
<p id="bt_backtrack"><a href="">BACKTRACK: ON</a></p>
</div>
</div>
<div id="about_cover"></div>
<div id="about">
<div id="about_in">
<p class="close"><span id="bt_close">×</span></p>
<p class="con">
Voiced by
<a
href="https://www.youtube.com/channel/UCdn5BQ06XqgXoAxIhbqw5Rg?sub_confirmation=1"
target="_blank"
>
Shirakami Fubuki</a
>
</p>
<p class="con">
Based on
<a href="https://aidn.jp/mikutap/" target="_blank">Mikutap</a> (by
<a href="https://twitter.com/daniwell_aidn" target="_blank"
>daniwell</a
>)
</p>
<p class="link">
<a
href="https://github.com/voosc/fubuki-tap/blob/master/README.md"
target="_blank"
>All Contributors</a
>
</p>
<p class="link">
Powered by
<a
href="https://vercel.com/?utm_source=oruyanke&utm_campaign=oss"
target="_blank"
>Vercel</a
>
</p>
</div>
</div>
<div id="bt_back"><</div>
<div id="bt_fs">□Full Screen</div>
</body>
</html>