-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
140 lines (67 loc) · 3.07 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
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="twitter:card" content="summary" />
<title>404 Page not found - YUKEMULI</title>
<meta name="twitter:title" content="404 Page not found - YUKEMULI" />
<meta property="og:image" content="https://yukemuli.dance/img/cap-4.png" />
<meta name="twitter:image" content="https://yukemuli.dance/img/cap-4.png" />
<meta name="twitter:description" content="" />
<meta property="og:description" content="" />
<link rel="stylesheet" href="/css/poole.css">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/lanyon.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
<link rel="stylesheet" href="/css/main.css">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href='/img/favicon.png'>
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-154575175-1', 'auto');
ga('send', 'pageview');
}
</script>
</head>
<body>
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox">
<div class="sidebar" id="sidebar">
<div class="sidebar-item">
<img src="/img/logo.png" />
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item " href="/">Home</a>
<a class="sidebar-nav-item " href="/events">Events</a>
<a class="sidebar-nav-item " href="https://yukemuli.dance/maps/">Maps</a>
</nav>
<div class="sidebar-item">
<p>© 2020. All rights reserved.</p>
</div>
</div>
<div class="wrap">
<div class="masthead">
<div class="container">
<h3 class="masthead-title">
<a href="/" title="Home">YUKEMULI</a>
<small>= 風呂 × 音楽</small>
</h3>
</div>
</div>
<div class="container content">
<div class="page">
<h1 class="page-title">404</h1>
<p>Sorry, we’ve misplaced that URL or it’s pointing to something that doesn’t exist. <a href="/">Head back home</a> to try finding it again.</p>
</div>
</div>
</div>
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
</body>
</html>