-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make 404 page from markdown, remove static HTML
- Loading branch information
1 parent
ea48cf1
commit 588e154
Showing
2 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: 404 Page Not Found | ||
layout: page | ||
permalink: "404/" | ||
--- | ||
|
||
<p><strong>Page not found :(</strong></p> | ||
<p>The requested page could not be found. Try going <a href="/">back to the homepage</a>.</p> | ||
<hr> |