mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-04-11 07:07:12 -05:00
13 lines
279 B
HTML
13 lines
279 B
HTML
{% 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 %}
|