Skip to content

Commit 4b182d0

Browse files
authored
Merge pull request #196 from Ast3risk-ops/dev
Better 404 page
2 parents 76f4c30 + 9aa730b commit 4b182d0

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

overrides/404.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{% extends "main.html" %}
2+
3+
<!-- Content -->
4+
{% block content %}
5+
<div align="center" markdown>
6+
7+
<h1>
8+
404 - Not found
9+
</h1>
10+
<p>This page does not exist or has been moved.
11+
<br><br>
12+
Please <a href="https://discord.atlasos.net" target="_blank" rel="noopener" title="AtlasOS Discord">contact us</a> or make a <a href="https://github.com/Atlas-OS/docs/compare/dev...master" target="_blank" rel="noopener noreferrer">pull request</a> if you think a redirect is necessary.</p>
13+
<a href="javascript:history.back()" class="md-button">
14+
15+
<span class="twemoji">
16+
{% include ".icons/material/arrow-left.svg" %}
17+
</span>
18+
Go Back
19+
20+
</a>
21+
<a href="/" class="md-button">
22+
<span class="twemoji">
23+
{% include ".icons/material/home.svg" %}
24+
</span>
25+
Home
26+
</a>
27+
</div>
28+
29+
{% endblock %}

0 commit comments

Comments
 (0)