Skip to content

Commit cc952f8

Browse files
committed
Added 404 page
1 parent 9a5702a commit cc952f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/404.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Not Found
3+
template: page.html
4+
---
5+
6+
<div class="text-center" style="margin-top: 10em">
7+
<h1>404 - Not Found</h1>
8+
</div>

0 commit comments

Comments
 (0)