mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 13:09:51 -06:00
13 lines
279 B
HTML
Executable File
13 lines
279 B
HTML
Executable File
{% block content %}
|
|
<div class="foreground homeground"></div>
|
|
<div class="fPage">
|
|
<div class="heightBox">
|
|
<div class="neonBox">
|
|
<h1 class="neon">ERROR {{error}}</h1>
|
|
<br /><br />
|
|
<h3 class="neon">{{message}}</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|