Create 404 error page

This commit is contained in:
Fred Boniface 2022-09-16 19:59:29 +01:00
parent f04f9f1733
commit 3f89231959
1 changed files with 34 additions and 0 deletions

34
error-pages/404.html Normal file
View File

@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<title>Athena</title>
<meta charset="UTF-8"/>
<meta name="description" content="Athena - Quick links to live train departures for traincrew."/>
<meta name="viewport" content="width=device-width, initial=scale=1.0">
<meta name="application-name" content="Athena">
<meta name="author" content="Frederick Boniface">
<link rel="stylesheet" type="text/css" href="./styles/style.css"/>
<link rel="icon" type="image/png" href="./assets/icons/favicon.ico"/>
</head>
<body>
<!-- Main Content Begins -->
<img class="titleimg" src="./assets/title/title.webp"></img>
<h1>oops, that page can't be found</h1>
<p><a href="https://athena.fb-infra.uk">Go back to the homepage</a></p>
<!-- Footer -->
<footer>
<p>Created by Fred Boniface - v0.4.0-devel</p>
</footer>
</body>
</html>