Archived
1
0
This repository has been archived on 2025-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
404-page/src/index.html

24 lines
700 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">
<head>
<meta charset="UTF-8" />
<title>404 Not Found</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>
404 - The Page That Must Not Be Named
</h1>
<!-- <h2>
The Page That Must Not Be Named
</h2> -->
<div class="error-message">
It seems youve stumbled upon a forbidden corridor.<br>
Lets get you back to a safer place, shall we?<br><br>
Maybe you were looking for the <a href="https://blog.amundsson.eu">library</a> or the <a href="https://niklas.amundsson.eu">history</a> classroom?
</div>
</div>
</body>
</html>