-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
101 lines (90 loc) · 4.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description" content="さまざまなパーツをくみあわせて、キミだけのさいかわイカをつくろう!">
<meta name="keywords" content="Splatoon,スプラトゥーン,アイコン,イカアバター">
<meta property="og:type" content="website">
<meta property="og:site_name" content="スーパーイカメーカー">
<meta property="og:url" content="https://leaysgur.github.io/ika-maker/" >
<meta property="og:image" content="https://leaysgur.github.io/ika-maker/img/icon.png">
<meta property="og:title" content="スーパーイカメーカー">
<meta property="og:description" content="さまざまなパーツをくみあわせて、キミだけのさいかわイカをつくろう!">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@leaysgur">
<meta name="application-name" content="スーパーイカメーカー"/>
<title>スーパーイカメーカー</title>
<link rel="canonical" href="https://leaysgur.github.io/ika-maker/" />
<link rel="apple-touch-icon" sizes="180x180" href="./img/icon.png">
<link rel="apple-touch-icon-precomposed" href="./img/icon.png">
<link rel="shortcut icon" href="./img/icon.png">
<link rel="icon" sizes="192x192" href="./img/icon.png">
<link rel="stylesheet" href="./dist/style.css">
</head>
<body>
<div class="index-wrap index-center">
<div class="index-center">
<h1 class="ft-ika">スーパーイカメーカー</h1>
<img src="./img/loading.gif">
<p class="ft-ika">さまざまなパーツをくみあわせて、<br>キミだけのさいかわイカをつくろう!</p>
<hr class="index-spacer">
<h2 class="ft-ika">ちゅうい!</h2>
<p class="memo">
※トレースや画像の<span class="ft-warn">加工は禁止</span>です。<br>
※グッズ制作などへの転用も厳禁です。<br>
※個人のアイコンなどにご使用ください。<br>
※Twitterアプリ等からは画像保存ができないので、
Safari等のブラウザアプリからご利用ください。<br>
※JavaScriptをONにしないと動きません。<br>
</p>
<div class="index-agree">
<label class="index-p">
<input id="jsAgree" type="checkbox">注意事項に同意する
</label>
</div>
<div class="button-wrap button-wrap--twins">
<a class="button ft-ika jsExecBtn" href="./boy.html">ボーイをつくる</a>
<a class="button ft-ika jsExecBtn" href="./girl.html">ガールをつくる</a>
</div>
<div class="index-p">
<a href="./intro-en.html" class="index-link">[ For English ]</a>
</div>
<hr class="index-spacer">
<h2 class="ft-ika">なかのイカ</h2>
<table class="index-table">
<tbody>
<tr>
<td class="ft-ika">イラスト</td>
<td class="ft-ika">システム</td>
</tr>
<tr>
<td>
<div>
<img src="https://pbs.twimg.com/profile_images/1644600572593713155/WvP_TysU_400x400.jpg" alt="@jenga_ink" width="32" height="32">
</div>
<a target="_blank" href="https://twitter.com/jenga_ink">
@jenga_ink
</a>
</td>
<td>
<div>
<img src="https://pbs.twimg.com/profile_images/1240619525646610433/lIZpIh6d_400x400.jpg" alt="@leaysgur" width="32" height="32">
</div>
<a target="_blank" href="https://twitter.com/leaysgur">
@leaysgur
</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<script src="./dist/entry-script.js"></script>
<script>
if (navigator.serviceWorker) {
navigator.serviceWorker.register("/ika-maker/service-worker.js", { scope: "/ika-maker/" });
}
</script>
</body>
</html>