WebHost: Add game listing for all players on room info page.

This commit is contained in:
Hussein Farran
2021-12-22 20:15:56 -05:00
committed by Fabian Dill
parent 1f4ddc295a
commit 3508cf21c7
4 changed files with 76 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
{% block head %}
{{ super() }}
<title>Generate Game</title>
<title>User Content</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/userContent.css") }}" />
<script type="application/ecmascript" src="{{ url_for('static', filename="assets/userContent.js") }}"></script>
{% endblock %}