-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
28 lines (28 loc) · 858 Bytes
/
404.html
File metadata and controls
28 lines (28 loc) · 858 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
<!DOCTYPE html>
<html>
<head>
<title>you stupid typer</title>
<link rel="stylesheet" type="text/css" href="/main/css/404styles.css" />
<link rel="shortcut icon" href="/main/img/neutral.png" type="image/x-icon" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://coderserif.github.io/404" />
<meta property="og:title" content="Home of Serif" />
<meta property="og:description" content="what the hell is this 404 page?" />
<meta property="og:image" content="/main/img/neutral.png" />
</head>
<body>
<h3 align="center">lmao no page here idiot</h3>
<p align="center">
go
<a href="https://coderserif.github.io">somewhere else</a>
</p>
<br />
<br />
<br />
<br />
<br />
<div align="center">
<h1>now</h1>
</div>
</body>
</html>