-
Notifications
You must be signed in to change notification settings - Fork 5
/
sorry.html
46 lines (39 loc) · 1.77 KB
/
sorry.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>
<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 class="index-wrap index-center">
<h1 class="ft-ika">スーパーイカメーカー</h1>
<img src="./img/loading.gif">
<h2 class="ft-ika">に"っ!(エラー...)</h2>
<p class="index-p">
ココにたどり着いたイカのみなさん、<br>
どうもすみません。<br>
<span class="ft-warn">予期せぬ事態</span>が起きてしまったようです。<br>
<br>
よければ以下の順に試してみてください。
</p>
<ol class="index-list">
<li>1. お使いのブラウザのキャッシュを削除</li>
<li>2. しばらく時間をおいて再び試す</li>
<li>3. Twitterで何か起きてるか<a href="https://twitter.com/hashtag/%E3%82%B9%E3%83%BC%E3%83%91%E3%83%BC%E3%82%A4%E3%82%AB%E3%83%A1%E3%83%BC%E3%82%AB%E3%83%BC" class="index-link" target="_blank">調べる</a></li>
<li>4. なかのイカに<a href="https://twitter.com/leaysgur" target="_blank" class="index-link">聞く</a></li>
</ol>
<hr class="index-spacer">
<div class="button-wrap">
<a class="button ft-ika" href="/">トップへもどる</a>
</div>
</div>
</body>
</html>