-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
40 lines (25 loc) · 927 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" property="og:description" content="">
<title> 视由 › 404 Page not found </title>
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.d615a98a05e5461c39ee41c2607a009f0980073b49bf8b4237e79be78c2ff5d9.css" integrity="sha256-1hWpigXlRhw57kHCYHoAnwmABztJv4tCN+eb54wv9dk=">
</head>
<body>
<main class="flex justify-center">
<h1>404 Not Found</h1>
</main>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-151512526-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</body>
</html>