From 5178673955a69b14ff39bf8a2a73d50ef2fd9cd2 Mon Sep 17 00:00:00 2001
From: Paul-Christian Volkmer
Date: Wed, 11 Mar 2026 13:00:28 +0100
Subject: chore: update template titles and add favicon
---
src/main/resources/static/favicon.ico | Bin 0 -> 318 bytes
src/main/resources/templates/configs.html | 2 +-
src/main/resources/templates/errors/404.html | 2 +-
src/main/resources/templates/index.html | 2 +-
src/main/resources/templates/login.html | 2 +-
src/main/resources/templates/report.html | 2 +-
src/main/resources/templates/statistics.html | 2 +-
7 files changed, 6 insertions(+), 6 deletions(-)
create mode 100644 src/main/resources/static/favicon.ico
diff --git a/src/main/resources/static/favicon.ico b/src/main/resources/static/favicon.ico
new file mode 100644
index 0000000..1b1a398
Binary files /dev/null and b/src/main/resources/static/favicon.ico differ
diff --git a/src/main/resources/templates/configs.html b/src/main/resources/templates/configs.html
index b94257a..29300a1 100644
--- a/src/main/resources/templates/configs.html
+++ b/src/main/resources/templates/configs.html
@@ -2,7 +2,7 @@
- ETL-Prozessor
+ ETL-Processor
diff --git a/src/main/resources/templates/errors/404.html b/src/main/resources/templates/errors/404.html
index c08c503..b00b168 100644
--- a/src/main/resources/templates/errors/404.html
+++ b/src/main/resources/templates/errors/404.html
@@ -2,7 +2,7 @@
- ETL-Prozessor
+ ETL-Processor
diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index 40fb90a..c740bbe 100644
--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -2,7 +2,7 @@
- ETL-Prozessor
+ ETL-Processor
diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html
index 4d855df..136203b 100644
--- a/src/main/resources/templates/login.html
+++ b/src/main/resources/templates/login.html
@@ -2,7 +2,7 @@
- ETL-Prozessor
+ ETL-Processor
diff --git a/src/main/resources/templates/report.html b/src/main/resources/templates/report.html
index a9d6893..bad8ca2 100644
--- a/src/main/resources/templates/report.html
+++ b/src/main/resources/templates/report.html
@@ -2,7 +2,7 @@
- ETL-Prozessor
+ ETL-Processor
diff --git a/src/main/resources/templates/statistics.html b/src/main/resources/templates/statistics.html
index 231bfe9..dc0f213 100644
--- a/src/main/resources/templates/statistics.html
+++ b/src/main/resources/templates/statistics.html
@@ -2,7 +2,7 @@
- ETL-Prozessor
+ ETL-Processor
--
cgit v1.2.3