commit b5def8160fdc3da56a366f75ef41afbcf0cababf
parent 69ae9b2bef9e8c2cb07e08ee71265639e12b8fff
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Mon, 20 Sep 2021 13:03:42 +0200
Add 404 page
Diffstat:
2 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/404.html b/404.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+<title>Page not found</title>
+<link rel="icon" type="image/png" href="favicon.png" />
+<link rel="stylesheet" type="text/css" href="style.css" />
+</head>
+<body>
+<table>
+<tr><td><img src="logo.png" alt="" width="32" height="32" /></td>
+<td><span class="desc">Page not found!</span></td></tr><tr><td></td><td>
+</td></tr>
+</table>
+<hr/>
+<div id="content">
+<h1>Ops...</h1>
+<p>The requested site was not found.</p>
+<p>Please check the overviewpage: <a href="/index.html">src.jayvii.de</a>.</p>
+<p>If you think, this is an error, feel free to <a href="mailto:jayvii [AT] posteo [DOT] de">send me an E-Mail</a>.</p>
+</div>
+</body>
+</html>
diff --git a/index.html b/index.html
@@ -10,12 +10,12 @@
<body>
<table>
<tr><td><img src="logo.png" alt="" width="32" height="32" /></td>
-<td><span class="desc">Repositories</span></td></tr><tr><td></td><td>
+<td><span class="desc">Non-Public page!</span></td></tr><tr><td></td><td>
</td></tr>
</table>
<hr/>
<div id="content">
-<p>This section is non-public! You are probably looking for the public section.</p>
+<p>This section is non-public. You are probably looking for the public section.</p>
<p>If you are not being redirected now, please click <a href="/pub/">HERE</a>.</p>
</div>
</body>