mirror of
https://git.ugnet.gay/CrossTalk/azul.git
synced 2026-05-27 22:59:49 +00:00
8 lines
269 B
HTML
8 lines
269 B
HTML
<html>
|
|
<body>
|
|
<h1>Here be dragons!</h1>
|
|
<p>You appear to be lost, go <a href="https://{{ settings.WEBSITE_HOST }}">here</a>.</p>
|
|
<i><small>Powered by Azul <b>{{ settings.VERSION }} ({% if settings.DEBUG %}DEBUG{% else %}PROD{% endif %})</b></small></i>
|
|
</body>
|
|
</html>
|