@mrgalaxy/tjme
Version:
My personal website.
24 lines (21 loc) • 569 B
HTML
{% extends "layout.html" %}
{% block body %}
<div class="error-container">
<h1 class="super">
<small>This page seems to be</small>
404 Not Found
</h1>
<div class="details">
{{ [
"If you're lost, you're probably doing it wrong.",
"Better luck next time, I guess.",
"There's nothing to see here. Move along.",
"Thank you. Come again.",
"Reloading this page several more times may solve the issue.",
"I'm not sure what you were expecting.",
"(╯°□°)╯︵ ┻━┻",
"Shh bby is ok"
] | random }}
</div>
</div>
{% endblock %}