-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
37 lines (37 loc) · 1.35 KB
/
Copy path404.html
File metadata and controls
37 lines (37 loc) · 1.35 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="The URL you requested does not exist." />
<title>404</title>
<link rel="stylesheet" href="style.css" />
<script async src="https://stats.via.moe/js/react.min.js"></script>
<script>
(window.plausible =
window.plausible ||
function () {
(plausible.q = plausible.q || []).push(arguments);
}),
(plausible.init =
plausible.init ||
function (i) {
plausible.o = i || {};
});
plausible.init({
endpoint: 'https://stats.via.moe/api/resource',
});
</script>
</head>
<body>
<header class="header-main font-size">> 404 ERROR!</header>
<pre><code><span class="text-green">$</span> Let's back to <a href="/" class="link-red">home</a> / <a href="/lists.html" class="link-yellow">lists</a>
- the URL you requested does not exist.
- so we can't find the URL.
- did you enter a wrong link?
- or you can contact the administrator.</code></pre>
<footer>Powered by <a href="https://via.moe">via.moe</a>.</footer>
</body>
</html>