Add a Setup Guide button to the landing page

This commit is contained in:
Chris Wilson 2020-08-12 23:20:45 -04:00
parent 39bfdc244b
commit d2b17b69d2
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
<a href="{{ url_for("uploads") }}">
<button>Host Existing Game</button>
</a>
<a href="/tutorial">
<button>Setup Guide</button>
</a>
<a href="{{ url_for("mysterycheck") }}">
<button>Test YAML Config</button>
</a>