Skip to content

Commit

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

0 comments on commit b7f035e

Please sign in to comment.