Skip to content

Commit 04a6581

Browse files
committed
docs: 404.html for simple 404 Not Found pages
1 parent d52cbb4 commit 04a6581

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/404.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<title>Not Found</title>
4+
</head>
5+
<body>
6+
<h1>Not Found</h1>
7+
</body>
8+
</html>

0 commit comments

Comments
 (0)