-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
102 lines (94 loc) · 2.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The page you were looking for doesn't exist (404)</title>
<style>
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
height: 100%;
background: #faf6ec;
}
body {
position: relative;
margin: 0;
height: 100%;
min-height: 660px;
font-family: Verdana, "Verdana Ref", sans-serif;
text-align: center;
color: #949189;
}
.dialog {
position: absolute;
top: 50%;
left: 50%;
height: 660px;
width: 660px;
margin-top: -330px;
margin-left: -330px;
background-image: url(/images/planets.svg);
}
p, span, h1 {
display: block;
width: 300px;
margin: 0 auto;
}
.number,
.wrapper-top,
.wrapper-bottom {
position: absolute;
left: 0;
right: 0;
}
.wrapper-top {
bottom: 410px;
}
.wrapper-bottom {
top: 410px;
}
.warning {
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
}
.message {
font-size: 24px;
text-transform: uppercase;
color: #66595c;
}
.number {
top: 0;
bottom: 0;
background: url(/images/404.svg) no-repeat center;
text-indent: 100%;
overflow: hidden;
}
.footer {
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 180px;
background: url(/images/footer.svg) no-repeat center bottom;
}
</style>
<link rel="shortcut icon" href="/favicon.ico"/>
</head>
<body>
<!-- This file lives in public/404.html -->
<div class="dialog">
<div class="wrapper-top">
<h1 class="message">This page could not be found</h1>
</div>
<span class="number">404</span>
<div class="wrapper-bottom">
<p class="warning">Do not panic</p>
<p class="suggestion">Perhaps you misspelled the url or it has been removed.</p>
</div>
</div>
<footer class="footer"></footer>
<script src="/live2dw/lib/L2Dwidget.min.js?0c58a1486de42ac6cc1c59c7d98ae887"></script><script>L2Dwidget.init({"pluginRootPath":"live2dw/","pluginJsPath":"lib/","pluginModelPath":"assets/","tagMode":false,"debug":false,"model":{"jsonPath":"/live2dw/assets/assets/z16.model.json"},"display":{"position":"right","width":75,"height":150},"mobile":{"show":false},"log":false});</script></body>
</html>