first version

This commit is contained in:
uw935
2024-02-04 15:09:54 +03:00
commit f5752606af
14 changed files with 79601 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{% extends "/include/template.html" %}
{% block title %}404 - Not Found / VATSIM Fox{% endblock %}
{% block content %}
<div class="p-5 mb-4 bg-light rounded-3">
<div class="container-fluid py-5">
<h1 class="mb-4 display-5 fw-bold">4O4 - Page Not Found</h1>
<a href="/">
<button class="btn btn-outline-primary" type="submit">Back to index page</button>
</a>
</div>
</div>
{% endblock %}