diff --git a/WebHostLib/static/static/favicon.ico b/WebHostLib/static/static/favicon.ico index cfa2d361b7..ccd1f8666f 100644 Binary files a/WebHostLib/static/static/favicon.ico and b/WebHostLib/static/static/favicon.ico differ diff --git a/WebHostLib/static/styles/landing.css b/WebHostLib/static/styles/landing.css index 96975553c1..02f9d15457 100644 --- a/WebHostLib/static/styles/landing.css +++ b/WebHostLib/static/styles/landing.css @@ -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; diff --git a/WebHostLib/templates/landing.html b/WebHostLib/templates/landing.html index e7d0569e6c..da63ab08c6 100644 --- a/WebHostLib/templates/landing.html +++ b/WebHostLib/templates/landing.html @@ -11,7 +11,7 @@
-

multiworld multi-game randomizer

+

multiworld multi-game randomizer

beta
-

Welcome to Archipelago!

+

Welcome to Archipelago Beta!

+

For the stable version, visit Archipelago.gg!

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 diff --git a/WebHostLib/templates/pageWrapper.html b/WebHostLib/templates/pageWrapper.html index 4347b4add3..17789cd552 100644 --- a/WebHostLib/templates/pageWrapper.html +++ b/WebHostLib/templates/pageWrapper.html @@ -21,6 +21,7 @@

{% endif %} {% endwith %} +
This is the beta site! For the stable version, visit Archipelago.gg!
{% block body %} {% endblock %}