From 9c7b891a60ad905df038167e64d432fc50d4a2af Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Thu, 17 Apr 2025 20:24:20 +0200 Subject: [PATCH] add favicon.ico --- app/src/web/templates/empty.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/web/templates/empty.html b/app/src/web/templates/empty.html index 52032cf..cab4520 100644 --- a/app/src/web/templates/empty.html +++ b/app/src/web/templates/empty.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} -{% block title %} TSUN Proxy - Dashboard {% endblock title%} +{% block title %} TSUN Proxy - View {% endblock title%} {% block menu2_class %}w3-blue{% endblock %} {% block content %} {% endblock content%}