Skip to content

Commit

Permalink
fancier 404
Browse files Browse the repository at this point in the history
  • Loading branch information
iandennismiller committed Sep 22, 2023
1 parent fd9b2c5 commit 4b47f07
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _root/404.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
layout: null
permalink: /404.html
layout: default
title: 404 Resource not found
permalink: /404.html
image: /media/thumb-big.jpg
excerpt: The page you requested could not be found.
---
<!DOCTYPE html>
<html>
<body>
<div style="text-align: center; font-family: sans-serif; font-size: 4em;">
<h1>404</h1>
<p>The page you requested could not be found.</p>
<p><img src="./media/headers/aerial-1.jpg"></p>
</div>
</body>
Expand Down

0 comments on commit 4b47f07

Please sign in to comment.