Adds error page
This commit is contained in:
22
error.html
Normal file
22
error.html
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-GB">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<link rel="stylesheet" href="/reset.css" />
|
||||||
|
<link rel="stylesheet" href="/base.css" />
|
||||||
|
<link rel="stylesheet" href="/hcard.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<section>
|
||||||
|
<h1>Got lost?</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
If you’re on this page, something’s probably gone wrong. Try going to
|
||||||
|
my <a href="/">homepage</a> instead.
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
Reference in New Issue
Block a user