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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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