This repository has been archived on 2022-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
qbbuzzer/src/templates/please.html

9 lines
189 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="button top">
<a href="{{ url_for('join') }}">Back</a>
</div>
<div class="title">
<h1> Name not found. </h1>
</div>
{% endblock %}