mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-22 08:23:40 +00:00
239eedbe7c
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>
11 lines
492 B
HTML
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 %}
|