-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
23 lines (20 loc) · 710 Bytes
/
404.html
File metadata and controls
23 lines (20 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<meta property="og:title" content="404">
<meta property="og:description" content="Not found">
<meta property="og:image" content="https://anon64.github.io/ndmb-list/img/meow64.png">
<meta property="theme-color" content="#FF0000">
<meta property="og:site_name" content="Anon64">
<title>bruh moment</title>
<link rel="stylesheet" type="text/css" href="/404/404.css">
<link rel="icon" type="image/x-icon" href="/404/404.ico">
<script src="/404/404.js"></script>
</head>
<body onload="onLoad()">
<div id="center">
<img src="/ndmb-list/img/meow64.png">
<h1 id="message">404</h1>
</div>
</body>
</html>