mediasort/templates/splash.html

12 lines
312 B
HTML

{% extends "html.html" %}
{% block body %}
<body class="flex items-center justify-center v100 white bg-black">
<div class="bg-darken-4 py3 px4 center">
<h1 class="m0">MediaSort</h1>
Unauthenticated &middot; <a href="/home">Login</a>
</div>
<a name="bottom" />
</body>
{% endblock %}