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

14 lines
256 B
HTML
Raw Normal View History

2023-12-16 15:06:29 -05:00
{% 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 %}