mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 13:56:30 +01:00
10 lines
191 B
HTML
10 lines
191 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block titleblock %}
|
|
Logged Out
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1 id="alt-layout">Logged Out</h1>
|
|
<p>You have been logged out.</p>
|
|
{% endblock %}
|