mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-21 06:45:49 -07:00
Mark WebHost as beta
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -33,6 +33,17 @@ html{
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#landing-header h5 {
|
||||
color: #ffffff;
|
||||
font-style: italic;
|
||||
font-size: 28px;
|
||||
margin-top: 15px;
|
||||
margin-bottom: -43px;
|
||||
text-shadow: 1px 1px 7px #000000;
|
||||
font-kerning: none;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#landing-links{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
@@ -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