murmur.uber.space/src/views/instane-not-found.twig
2021-09-27 18:03:23 +02:00

11 lines
204 B
Twig

{% extends "base.twig" %}
{% block content %}
<div class="toast toast-error">
<b>Error:</b> Mumble instance could not be found. Either the address is wrong or it did expire.
</div>
{% endblock %}