This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
404.html
74 lines (64 loc) · 1.99 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
<!doctype html>
<html>
<head>
<title>Page Not Found</title>
<meta name="description" content=""/>
<meta name="author" content="Daniel Pepin"/>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<link href="favicon-keisans.ico" rel="shortcut icon" type="image/x-icon"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="/css/style.css">
</head>
<body class="page-404">
<noscript>
<style type="text/css">
.app__warning a {
text-decoration: none;
color: #ddd;
}
.app__warning a:hover {
color: white;
text-decoration: underline;
}
.app__section {
opacity: 1;
margin-top: 15px;
}
#app__clear, .app__date, .app__table-checkbox {
display: none;
}
.app__input, .app__title, .app__description {
opacity: 1;
}
</style>
</noscript>
<div class="app__wrapper">
<header>
<h1 class="app__title">404</h1>
<p class="app__description">
Whoops, no page to be displayed here.<br/><br/>
Since there is only one page on this site,<br/>you probably want to
<a href="/" class="app__link">checkout the app</a>.
</p>
</header>
</div>
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Noto+Sans::latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<script type="text/javascript" src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="//timeago.yarp.com/jquery.timeago.js"></script>
<script type="text/javascript" src="/js/jquery.storage.js"></script>
<script type="text/javascript" src="/js/app.js"></script>
</body>
</html>