mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-22 22:31:47 -07:00
Swap out PNG files for SVG files, add proof-of-concept style for upload page.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{% block header %}
|
||||
<header id="cloud-header">
|
||||
<a href="/" id="site-title">
|
||||
<img src="/favicon.ico" alt="Favicon" />
|
||||
</a>
|
||||
<a href="/generate">Start Game</a>
|
||||
<a href="/uploads">Host Game</a>
|
||||
<a href="/tutorial">Setup Guide</a>
|
||||
<a href="/player-settings">Player Settings</a>
|
||||
<a href="/mysterycheck">YAML Tester</a>
|
||||
</header>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user