mediasort/templates/splash.html

12 lines
312 B
HTML
Raw Normal View History

2019-08-19 09:32:32 -07:00
{% 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 %}