You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tempest.dev/not_found.html

22 lines
373 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Not Found</title>
<link rel="stylesheet" href="/resources/style.css"/>
</head>
<body>
<h1>
Not Found
</h1>
<p>
Sorry friend, you followed a link to something that doesn't exist.
</p>
<p>
Feel free to start back over at my
<a href="/">Home page</a>.
</p>
</body>
</html>