mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-27 15:39:57 -07:00
Mark WebHost as beta
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div id="landing-wrapper">
|
||||
<div id="landing-header">
|
||||
<img id="landing-logo" src="static/static/branding/landing-logo.png" alt="Archipelago Logo" />
|
||||
<h4>multiworld multi-game randomizer</h4>
|
||||
<h4>multiworld multi-game randomizer</h4><h5>beta</h5>
|
||||
</div>
|
||||
<div id="landing-links">
|
||||
<a href="/games" id="far-left-button">Supported<br />Games</a>
|
||||
@@ -35,7 +35,8 @@
|
||||
</div>
|
||||
<div id="landing" class="grass-island">
|
||||
<div id="landing-body">
|
||||
<p id="first-line">Welcome to Archipelago!</p>
|
||||
<p id="first-line">Welcome to Archipelago Beta!</p>
|
||||
<p>For the stable version, visit <a href="//archipelago.gg">Archipelago.gg</a>!</p>
|
||||
<p>
|
||||
This is a cross-game modification system which randomizes different games, then uses the result to
|
||||
build a single unified multi-player game. Items from one game may be present in another, and
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
<div class="user-message">This is the beta site! For the stable version, visit <a href="https://archipelago.gg">Archipelago.gg</a>!</div>
|
||||
|
||||
{% block body %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user