From bdd9ca76eedf923c4e9e011a526dcd7acbf64487 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Fri, 20 May 2022 03:26:23 +0200 Subject: [PATCH] WebHost: fix title (#544) This is pretty simple. Approved. --- WebHostLib/templates/landing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHostLib/templates/landing.html b/WebHostLib/templates/landing.html index b6a27174..fd45b78c 100644 --- a/WebHostLib/templates/landing.html +++ b/WebHostLib/templates/landing.html @@ -1,7 +1,7 @@ {% extends 'pageWrapper.html' %} {% block head %} - MultiWorld + Archipelago {% endblock %}