You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
414 B
HTML
24 lines
414 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
|
|
{% include 'includes/head.html' %}
|
|
|
|
<body>
|
|
|
|
{% include 'includes/header.html' %}
|
|
|
|
<section class="hero is-primary">
|
|
<div class="hero-body">
|
|
<div class="container center">
|
|
<p>Well dang, something broke.</p>
|
|
<br />
|
|
<a href="{{ request.path }}">Try Again</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
{% include 'includes/footer.html' %}
|
|
|
|
</body>
|
|
</html>
|