Skip to content

Commit

Permalink
Fix:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zvoosh committed Mar 7, 2024
1 parent 4031f9d commit 817e8cc
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Not Found</title>
<!-- Assuming you have some CSS styles -->
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
}
h1 {
font-size: 36px;
margin-bottom: 20px;
}
p {
font-size: 18px;
margin-bottom: 20px;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div>
<h1>404 - Not Found</h1>
<p>The page you are looking for does not exist.</p>
<div>
<a href="/first-page">Click here to continue to the website</a>
</div>
</div>
</body>
</html>

0 comments on commit 817e8cc

Please sign in to comment.