-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (30 loc) · 1.28 KB
/
index.html
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 lang="en">
<link rel="stylesheet" href="style.css">
<head>
<title>You shouldn't be here</title>
<link rel="shortcut icon" type="image/jpg"
href="https://win98icons.alexmeub.com/icons/png/windows_update_large-2.png" />
</head>
<body>
<main class="bsod container">
<h1 class="neg title"><span class="bg">404</span></h1>
<p>You shouldn't be here.
<br>
<br>One of the following errors probably have occured:
<p>* The URL you provided is invalid.<br/>
* GitHub limited your IP address for the API.<br>
* You were nosy and wanted to see the homepage.
</p>
<p>This is a URL shortnener hosted by issues opened on GitHub.</p>
<h1 class="neg title"><span class="bg">URL SHORTENER</span></h1>
<p>This website is a front for a minimal URL shortener. It does not need the maintenance of any servers or databases and can be hosted entirely on GitHub for free.
</p>
<p>* Documentation on how to use the service and common errors, can be found via the source link below.</p>
<nav class="nav">
<a href="https://github.com/fluteds/s"
class="link">source</a>
</nav>
</main>
</body>
</html>