Skip to content

Commit

Permalink
added 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
memor24 committed Apr 18, 2024
1 parent 0f1898b commit e9ab334
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions webpage/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
This is a 404 error! Come back later!
</body>
</html>
File renamed without changes.

0 comments on commit e9ab334

Please sign in to comment.