Create 404.html

Signed-off-by: billy <144733159+WBattist@users.noreply.github.com>
This commit is contained in:
billy 2025-05-21 21:24:18 -04:00 committed by GitHub
parent 1b71898ebe
commit 119568d958
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
404.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404 Not Found</title>
</head>
<body>
<h1>404 - Page Not Found</h1>
<p>The page you are looking for doesn't exist.</p>
<a href="content/home/">Return to Home</a>
</body>
</html>