Add a Setup Guide button to the landing page
This commit is contained in:
parent
39bfdc244b
commit
d2b17b69d2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue