Skip to content

Commit

Permalink
Create 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lightlessdays authored Apr 18, 2024
1 parent 3826269 commit d751f57
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Document Not Found</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
text-align: center;
padding: 50px;
}
h1 {
font-size: 36px;
}
p {
font-size: 18px;
}
</style>
</head>
<body>
<h1>404 - Document Not Found</h1>
<p>This document will be uploaded within one week.</p>
</body>
</html>

0 comments on commit d751f57

Please sign in to comment.