Skip to content

Commit

Permalink
Make 404 page from markdown, remove static HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleytaunt committed Dec 6, 2024
1 parent ea48cf1 commit 588e154
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
10 changes: 0 additions & 10 deletions 404.html

This file was deleted.

9 changes: 9 additions & 0 deletions 404.md
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>

0 comments on commit 588e154

Please sign in to comment.