mmo-project/lisp/www/templates/done.html

14 lines
256 B
HTML

{% extends "layouts/default.html" %}
{% block title %}MMO Testing Game{% endblock %}
{% block content %}
<header>
<h1>MMO Testing Game</h1>
</header>
<main>
<p>
Signup was successful, you can log into the client now.
</p>
</main>
{% endblock %}