forked from TheBusyBiscuit/builds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
26 lines (25 loc) · 1.02 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
<!DOCTYPE HTML>
<html>
<head>
<title>Repo Server</title>
<link rel="stylesheet" href="https://poma123.github.io/builds/style.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://poma123.github.io/builds/">poma123's Repo Server</a>
</div>
<div class="page">
<div style="text-align: center;" class="box repo">
<img style="width: 8%;padding: 10px 0px 10px 0px;" alt="Warning" src="https://poma123.github.io/builds/resources/content/octicons/warning.svg"/>
<div>
Error Code: 404<br><br>
The Project you were trying to find does not exist.<br>
<a href="https://poma123.github.io/builds/">Click here for a full list of all Projects</a>.
<br>
<br>
</div>
</div>
</div>
</body>
</html>