[Webhost] header closing tag moved after mobile menu (#1650)

* Change archipelago mod download page

* Docs: change connecting to archipelago in RoR2 setup guide

* /header off by one
This commit is contained in:
kindasneaki 2023-04-05 17:27:56 -06:00 committed by GitHub
parent 815e7e6b0a
commit 47989325f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -30,7 +30,6 @@
<img src="/static/static/button-images/hamburger-menu-icon.png" alt="Menu" />
</a>
</div>
</header>
<div id="base-header-mobile-menu">
<a href="/games">supported games</a>
<a href="/tutorial">setup guides</a>
@ -40,4 +39,5 @@
<a href="/user-content">user content</a>
<a href="https://discord.gg/8Z65BR2" target="_blank">discord</a>
</div>
</header>
{% endblock %}