diff --git a/WebHostLib/templates/supportedGames.html b/WebHostLib/templates/supportedGames.html index af134a00..f6409916 100644 --- a/WebHostLib/templates/supportedGames.html +++ b/WebHostLib/templates/supportedGames.html @@ -10,8 +10,12 @@

Currently Supported Games

{% for game, description in worlds.items() %} -

{{ game }}

-

{{ description }}

+

{{ game }}

+

+ Settings Page +
+ {{ description }} +

{% endfor %}
{% endblock %}