-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
30 lines (28 loc) · 1.16 KB
/
Copy path404.html
File metadata and controls
30 lines (28 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
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://xorol.github.io/style.css"></a>
<title>Uh oh! 404</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="topnav"></div>
<h1>Uh-Oh!</h1>
<p>This page is shown when the page you're looking for is not on the server. Check the link or the url for spelling mistakes/errors. Don't worry, though Sympathy Sheep is here for you <br><br>
┈▕▔▔╲╱▔▔▔╲╱▔▔|<br>
┈┈╲_╱╰╮┈╭╯╲_╱<br>
┈┈┈╱▏▉╮┈╭▉▕<br>
┈╱▔╰╲╰╰┊╯╯╱╲<br>
┈▏╰╰▕╰╰┳╯╯▏╯▏<br>
┈▏╰╰╰╲╰┻╯╱╯╯▏<br>
┈▏╰╰╰╰▔▔▔╯╯╯▏<br>
┈╲╰╰╭╮╯╯╯╭╮╱<br>
┈┈┃┳┫┣━┳┳┫┃<br>
┈┈┃┃┃┃┈┃┃┃┃<br>
┈┈┗┛┗┛┈┗┛┗┛</p>
<script src="https://xorol.github.io/topnav.js"></script>
</body>
</html>