Add queue tab

This commit is contained in:
Joscha 2023-08-06 19:23:20 +02:00
parent 06e2f25107
commit 1eeee43f2c
4 changed files with 33 additions and 0 deletions

8
templates/queue.html Normal file
View file

@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block title %}queue{% endblock %}
{% block body %}
<h2>Queue</h2>
<p>Sorry, nothing here yet.</p>
{% endblock %}