website/overrides/404.html
~ajhalili2006 (vern/ctrl-c) 239eedbe7c Update website content and config
I literally edit them in the ~vern pubnix, which experienced some issues
lately (but no data loss on the home directories is being reported yet).

Signed-off-by: ~ajhalili2006 (vern/ctrl-c) <ajhalili2006@vern.cc>
2022-12-14 03:36:53 +00:00

11 lines
492 B
HTML

{#-
This file is copied from https://github.com/squidfunk/mkdocs-material/blob/81c15d5eced1b34e3636acb27d4cf16dad5c26e7/material/404.html
alongside with customizations for live site development.
-#}
{% extends "main.html" %}
{% block content %}
<h1>404 - Not found</h1>
<h2>Troubleshooting tips</h2>
<p>Try checking the URL for any misspellings or improper use of dashes, underscores and periods.</p>
<p>If you're developing this site and you hit an URL that's</p>
{% endblock %}