Skip to content

Commit

Permalink
add custom 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
zpc0 committed Oct 3, 2023
1 parent b7aabfa commit ef60693
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>404 Not Found</title>
</head>
<body>
<h1>404 Not Found</h1>
</body>
</html>

0 comments on commit ef60693

Please sign in to comment.