forked from omegasisters/homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
70 lines (65 loc) · 2.28 KB
/
404.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="icon" href="images/favicon.ico" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@omesis_ray" />
<meta property="og:title" content="おめシスのホームページ" />
<meta property="og:locale" content="ja_JP" />
<meta
name="description"
content="第1回おめシスのホームページをプルリクだけで更新していったらどうなるの?企画"
/>
<meta
property="og:description"
content="第1回おめシスのホームページをプルリクだけで更新していったらどうなるの?企画"
/>
<meta property="og:site_name" content="おめシスのホームページ" />
<script type="application/ld+json">
{
"description": "第1回おめシスのホームページをプルリクだけで更新していったらどうなるの?企画",
"@type": "WebPage",
"url": "/404.html",
"headline": "おめシスのホームページ",
"@context": "https://schema.org"
}
</script>
<!-- Normalize -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
/>
<!-- Share -->
<script
defer
src="https://platform.twitter.com/widgets.js"
id="twitter-wjs"
></script>
<!-- Styles -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.12.0/css/fontawesome.css"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.12.0/css/brands.css"
/>
<link rel="stylesheet" href="./css/index.css" />
<title>
おめシスのホームページ |
第1回おめシスのホームページをプルリクだけで更新していったらどうなるの?企画
</title>
</head>
<body>
<div class="main">
<h1>おめシスのホームぺージ</h1>
<section class="section">
<p>このページは無いよ!</p>
<a href="/homepage/">トップに戻る</a>
</section>
</div>
</body>
</html>