Skip to content

Commit

Permalink
add 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
derdilla committed Aug 14, 2024
1 parent 3eb5574 commit 7b04608
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Not found</title>
</head>
<body style="background:#000;color:#FFF">
<h1>Nothing to see here, <a style="color:#3dbeff" href="https://derdilla.com">move along</a>.</h1>
</body>
</html>

0 comments on commit 7b04608

Please sign in to comment.