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.
simswebsite/404.html

18 lines
575 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Page Not Found</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="custom-error-container">
<h1 class="error-title">404</h1>
<h2 class="error-subtitle">Page Not Found</h2>
<p class="error-message">Oops! It seems like the page you're looking for doesn't exist.</p>
<a class="error-button" href="/">Go back home</a>
</div>
</body>
</html>