Update directory structure in WebHostLib

This commit is contained in:
Chris Wilson
2020-08-02 19:10:42 -04:00
parent 22abd09087
commit 8e8bce4d9a
29 changed files with 30 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
{% block head %}
<title>Berserker's Multiworld</title>
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("landing.css") }}" />
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/landing.css") }}" />
{% endblock %}
{% block body %}
@@ -20,10 +20,10 @@
</div>
<div id="landing-buttons">
<a href="{{ url_for("generate") }}">
<button>Start Playing</button>
<button>Start a New Game</button>
</a>
<a href="{{ url_for("uploads") }}">
<button>Upload Multiworld</button>
<button>Host Existing Game</button>
</a>
<a href="{{ url_for("mysterycheck") }}">
<button>Test YAML Config</button>