Files
joeac.net/error.html
Joe Carstairs 9c935f80bc Adds error page
2023-12-28 11:11:13 +00:00

23 lines
534 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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 youre on this page, somethings probably gone wrong. Try going to
my <a href="/">homepage</a> instead.
</p>
</section>
</body>
</html>