You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inventory-app/templates/logged-out.html

10 lines
290 B

{% extends "main.html" %} {% block content %}
<div class="relative h-auto mx-auto max-w-[68.75rem] w-[95vw] px-4 py-4">
<h1 class="text-4xl font-extrabold uppercase">Logged out</h1>
<p>You have been logged out</p>
<p><a href="/auth/login">Log In</a></p>
</div>
{% endblock %}

Powered by TurnKey Linux.