Skip to content

Commit

Permalink
update 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
ja-he committed Feb 3, 2024
1 parent ec6e8b5 commit 7f4cb20
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/assets/404.html
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
haha
<!DOCTYPE html>
<html lang="en">

<head>

<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="title" content="404" />
<meta name="description" content="This site could not be found" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>404</title>
</head>

<body>
<p>This site could not be found</p>
<p>Try here: <a href="https://purl.tools">purl.tools</a></p>
</body>

</html>

0 comments on commit 7f4cb20

Please sign in to comment.