Skip to content

Commit 1491383

Browse files
Merge pull request #87 from joshhazelhurst123/master
Create 404 page #83 pull request
2 parents 86be5dd + c76bb89 commit 1491383

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

404.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
title: 404page
4+
permalink: /404.html
5+
---
6+
<h1>Whoops! Could not find that page.</h1>
7+
<p>Sorry this page has been renamed, please find it in the tutorial =(</p>
8+
<a href="https://coderdojopotsdam.github.io/regex-tutorial">tutorial link</a>

0 commit comments

Comments
 (0)