Files
azul/core/tmpl/misc/miscconns.html
Athena Funderburg 4b463a3432 init
2026-05-25 07:05:17 +00:00

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>