summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/resources/static/favicon.icobin0 -> 318 bytes
-rw-r--r--src/main/resources/templates/configs.html2
-rw-r--r--src/main/resources/templates/errors/404.html2
-rw-r--r--src/main/resources/templates/index.html2
-rw-r--r--src/main/resources/templates/login.html2
-rw-r--r--src/main/resources/templates/report.html2
-rw-r--r--src/main/resources/templates/statistics.html2
7 files changed, 6 insertions, 6 deletions
diff --git a/src/main/resources/static/favicon.ico b/src/main/resources/static/favicon.ico
new file mode 100644
index 0000000..1b1a398
--- /dev/null
+++ b/src/main/resources/static/favicon.ico
Binary files 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 @@
<html lang="de" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
- <title>ETL-Prozessor</title>
+ <title>ETL-Processor</title>
<link rel="stylesheet" th:href="@{/main.css}"/>
</head>
<body>
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 @@
<html lang="de" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
- <title>ETL-Prozessor</title>
+ <title>ETL-Processor</title>
<link rel="stylesheet" th:href="@{/main.css}" />
</head>
<body>
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 @@
<html lang="de" xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
- <title>ETL-Prozessor</title>
+ <title>ETL-Processor</title>
<link rel="stylesheet" th:href="@{/main.css}"/>
</head>
<body>
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 @@
<html lang="de" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
- <title>ETL-Prozessor</title>
+ <title>ETL-Processor</title>
<link rel="stylesheet" th:href="@{/main.css}"/>
</head>
<body>
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 @@
<html lang="de" xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
- <title>ETL-Prozessor</title>
+ <title>ETL-Processor</title>
<link rel="stylesheet" th:href="@{/main.css}"/>
</head>
<body>
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 @@
<html lang="de" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
- <title>ETL-Prozessor</title>
+ <title>ETL-Processor</title>
<link rel="stylesheet" th:href="@{/main.css}"/>
</head>
<body>