forked from TheBusyBiscuit/builds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
39 lines (32 loc) · 1.38 KB
/
404.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
31
32
33
34
35
36
37
38
39
<!DOCTYPE HTML>
<html>
<head>
<title>TheBusyBiscuit's builds page</title>
<link id="favicon" rel="shortcut icon" type="image/png" href="resources/favicon.png">
<link rel="stylesheet" href="resources/style.min.css">
<link rel="stylesheet" href="https://thebusybiscuit.github.io/builds/resources/style.min.css">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700" rel="stylesheet">
</head>
<body>
<div class="header">
<a class="link_main" href="https://thebusybiscuit.github.io/builds/">
<img class="header_icon" alt="beaker" src="https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/beaker.svg">
<span>TheBusyBiscuit's builds page</span>
</a>
</div>
<div style="text-align: center; margin: 2% 10% 0 10%;" class="box">
<img style="width: 15%; filter: invert(1)" alt="Robot" src="https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/squirrel.svg" />
<div>
<h2>Error Code: 404 (Page Not Found)</h2>
<br />
The Project you were trying to find does not exist.
<br />
Perhaps one of our squirrels has eaten it.
<br />
<a class="link_info" href="https://thebusybiscuit.github.io/builds/">Click here for a full list of all Projects</a>
<br>
<br>
</div>
</div>
</body>
</html>