diff options
author | Giovanni Condello <giovanni.condello@coderit.it> | 2022-08-04 19:41:23 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 22:48:31 +0100 |
commit | 669e2c60c51c9df52e8fa1ae8fffc86eb8794bd0 (patch) | |
tree | d458409409493a304d9358b25b42973d7dabdaf9 /404.html | |
parent | AFM TIM hacking (diff) | |
download | hack-gpon.github.io-669e2c60c51c9df52e8fa1ae8fffc86eb8794bd0.tar hack-gpon.github.io-669e2c60c51c9df52e8fa1ae8fffc86eb8794bd0.tar.gz hack-gpon.github.io-669e2c60c51c9df52e8fa1ae8fffc86eb8794bd0.tar.bz2 hack-gpon.github.io-669e2c60c51c9df52e8fa1ae8fffc86eb8794bd0.tar.lz hack-gpon.github.io-669e2c60c51c9df52e8fa1ae8fffc86eb8794bd0.tar.xz hack-gpon.github.io-669e2c60c51c9df52e8fa1ae8fffc86eb8794bd0.tar.zst hack-gpon.github.io-669e2c60c51c9df52e8fa1ae8fffc86eb8794bd0.zip |
Diffstat (limited to '')
-rw-r--r-- | 404.html | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,11 +1,11 @@ ---- -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="{{ '/' | absolute_url }}">site's home page</a>.</p> +---
+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="{{ '/' | absolute_url }}">site's home page</a>.</p>
|