WebHost: fix title (#544)

This is pretty simple. Approved.
This commit is contained in:
Fabian Dill
2022-05-20 03:26:23 +02:00
committed by GitHub
parent 44ae50083d
commit bdd9ca76ee

View File

@@ -1,7 +1,7 @@
{% extends 'pageWrapper.html' %} {% extends 'pageWrapper.html' %}
{% block head %} {% block head %}
<title>MultiWorld</title> <title>Archipelago</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/landing.css") }}" /> <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/landing.css") }}" />
{% endblock %} {% endblock %}