-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path404.html
More file actions
25 lines (25 loc) · 1.16 KB
/
Copy path404.html
File metadata and controls
25 lines (25 loc) · 1.16 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
<html>
<head>
<title>404 Not Found</title>
<meta property="og:type" content="website">
<meta property="og:site_name" content="RandomPerson3465.github.io">
<meta property="og:url" content="https://randomperson3465.github.io">
<meta property="og:description" content="RandomPerson3465's website">
<meta name="twitter:site" content="RandomPerson3465.github.io">
<meta name="twitter:description" content="RandomPerson3465's website">
<meta name="twitter:url" content="https://randomperson3465.github.io">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.7/css/all.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext" type="text/css">
<link class="document-theme-css" rel="stylesheet" href="/src/main.css">
</head>
<body>
<div class="sidebar-menu"></div>
<div class="top-icons"></div>
<h2 class="title">404 Not Found</h1>
<hr>
<div class="main-content">
<h3>This page does not exist.</h3>
</div>
</body>
<script src="/src/main.js"></script>
</html>