Mark WebHost as beta

This commit is contained in:
black-sliver
2025-10-13 03:48:39 +02:00
parent 03b638d027
commit 89085ea7b8
4 changed files with 15 additions and 2 deletions
+3 -2
View File
@@ -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
+1
View File
@@ -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 %}