-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
32 lines (28 loc) · 956 Bytes
/
404.html
File metadata and controls
32 lines (28 loc) · 956 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="404 Page" property="og:title" />
<meta content="https://tsukim.io" property="og:url" />
<meta content="#fcbade" name="theme-color" />
<!-- favicon -->
<link rel="icon" type="image/svg+xml" href="/assets/images/logo.svg" sizes="any">
<!-- css -->
<link rel="stylesheet" href="/assets/css/404.css">
<!-- tracking -->
<script async defer src="https://a.tsukim.io/latest.js"></script>
<noscript><img src="https://a.tsukim.io/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
<!-- title -->
<title>Error 404</title>
</head>
<body>
<div class="framed">
<h1 class="main__title">404</h1>
<div class="links">
<p>File not found</p>
</div>
</div>
</body>
</html>