mirror of
https://github.com/uw935/vatsimfox.git
synced 2026-09-17 04:48:58 +00:00
first version
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user