From cd46fa7e0904d3de182d947dc1820a9e833673e6 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 25 Jul 2023 16:50:20 +0200 Subject: Add start and statistics page --- src/main/resources/templates/statistics.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/main/resources/templates/statistics.html (limited to 'src/main/resources/templates/statistics.html') diff --git a/src/main/resources/templates/statistics.html b/src/main/resources/templates/statistics.html new file mode 100644 index 0000000..3f2a11b --- /dev/null +++ b/src/main/resources/templates/statistics.html @@ -0,0 +1,24 @@ + + + + + ETL-Prozessor + + + +
+
+

Statistiken

+ +
+
+ +
+ + + + + \ No newline at end of file -- cgit v1.2.3