Fix 404 page

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-02-07 15:59:01 -06:00
parent 515d60e0d4
commit b82e982ca1
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 25 additions and 26 deletions

View File

@ -1,34 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Plain HTML is good</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div align="center">
<h1>404 Not Found</h1>
<em>
You may ask yourself:
<strong>
well, how did I get here?
</strong>
</em>
<br />
<small>
<head>
<meta charset="utf-8"/>
<title>Plain HTML is good</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="shortcut icon" href="favicon.png"/>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div align="center">
<h1>404 Not Found</h1>
<em>
You may ask yourself:
<strong>
well, how did I get here?
</strong>
</em>
<br/>
<small>
By a bad link, probably
<small>
By a bad link, probably
</small>
</small>
</small>
<br />
<br />
<a href="https:
//samtherapy.net">Go back home</a>
</div>
</body>
<br/>
<br/>
<a href="https://samtherapy.net">Go back home</a>
</div>
</body>
</html>