Skip to content

Commit

Permalink
404
Browse files Browse the repository at this point in the history
  • Loading branch information
v4for authored Apr 24, 2024
1 parent bfe4b26 commit 57839ea
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</head>
<body>
<div class="text_group">
<p class="text_404">404</p>
<p class="text_lost">The page you are looking for is non-existent (like your father). Possible skill issue</p>
<h1 class="404text">404</h1>
<p class="lost">The page you are looking for is non-existent (like your father). Possible skill issue</p>
</div>
</body>
</html>
Expand Down
18 changes: 18 additions & 0 deletions assets/404.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
body {
background-color:#26272b;
}

h1 {
color: #fff;
}

.text_group {
margin-left:auto;
margin-right: auto;
text-align: center;
}

.lost {
color:#737373;
}

0 comments on commit 57839ea

Please sign in to comment.