-
Notifications
You must be signed in to change notification settings - Fork 5
/
boy.html
28 lines (28 loc) · 963 Bytes
/
boy.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="robots" content="noindex, nofollow, noarchive">
<meta name="application-name" content="スーパーイカメーカー">
<title>スーパーイカメーカー</title>
<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 id="jsApp" data-app-type="boy">
<div class="loading">
<div class="loading--content">
<img src="./img/loading.gif">
<p class="ft-ika">
に"っ!<br>(よみこみチュウ...)
</p>
</div>
</div>
</div>
<script src="./dist/app-script.js"></script>
</body>
</html>