Fix 404 page
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
515d60e0d4
commit
b82e982ca1
1 changed files with 25 additions and 26 deletions
51
404.html
51
404.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue