Skip to content

Commit

Permalink
feat: 404 page
Browse files Browse the repository at this point in the history
fix: linting errors
Signed-off-by: royalpinto007 <[email protected]>
  • Loading branch information
royalpinto007 committed Feb 5, 2024
1 parent 6c0c33d commit 95cd5dd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: default
title: 404
permalink: /404
nav_exclude: true
search_exclude: true
---

<h1>Page not found</h1>

<p>
The page you requested could not be found. Try using the navigation {% if
site.search_enabled != false %}or search {% endif %}to find what you're
looking for or go to this
<a href="{{ '/' | relative_url }}">site's home page</a>.
</p>

0 comments on commit 95cd5dd

Please sign in to comment.