2022-12-14 03:36:53 +00:00
|
|
|
{#-
|
2023-09-25 15:49:09 +00:00
|
|
|
SPDX-License-Identifier: MIT
|
|
|
|
|
2022-12-14 03:36:53 +00:00
|
|
|
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>
|
2023-09-29 17:43:21 +00:00
|
|
|
<p>
|
|
|
|
Either the URL has been moved without redirects, taken down for any reasons, or it doesn't exist (yet).
|
|
|
|
</p>
|
2023-09-30 14:38:39 +00:00
|
|
|
<p>
|
|
|
|
If this is not intended to happen, please report this as a bug in the webiste's issue tracker. Otherwise, you can press back
|
|
|
|
on your browser or go back to homepage.
|
|
|
|
</p>
|
2024-06-07 11:35:29 +00:00
|
|
|
<a class="md-button" href="https://mau.dev/andreijiroh-dev/website/-/issues/new/?issue[title]=Broken link in <URL>">Report this broken link</a>
|
2023-09-30 14:38:39 +00:00
|
|
|
<a class="md-button" href="/">Go back home</a>
|
2022-12-14 03:36:53 +00:00
|
|
|
<h2>Troubleshooting tips</h2>
|
2023-09-29 17:43:21 +00:00
|
|
|
<p>Try checking the URL for any misspellings or improper use of dashes, underscores and periods.</p>
|
2023-09-30 14:38:39 +00:00
|
|
|
<p>
|
|
|
|
If you're working in this site and you hit an URL configured for redirects (at Cloudflare Pages or similiar),
|
|
|
|
try <a href="https://pypi.org/project/mkdocs-redirects/">configuring redirects in the Mkdocs config first</a>.
|
|
|
|
</p>
|
|
|
|
<p>
|
2024-06-07 11:35:29 +00:00
|
|
|
Depending on the site version you're viewing, you may need to switch between <a href="https://andreijiroh.xyz">production</a>
|
|
|
|
and <a href="https://staging.andreijiroh.xyz">staging</a> versions of the website. (The tilde versions of the site may be
|
2023-09-30 14:38:39 +00:00
|
|
|
may lag behind Cloudflare Pages deploys.)
|
|
|
|
</p>
|
2022-12-14 03:36:53 +00:00
|
|
|
{% endblock %}
|