diff --git a/source/templates/index.html b/source/templates/index.html
new file mode 100644
index 0000000..fed95aa
--- /dev/null
+++ b/source/templates/index.html
@@ -0,0 +1,548 @@
+
+
+
+
+ J.A.R.V.I.S. AI Dashboard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% for node in nodes %}
+
+
+
+ {{ node.ip }}
+
+
+
+ {{ node.os }}
+ {{ node.arch }}
+
+
+
+ {{ node.status }}
+
+
+
+ {% endfor %}
+
+
+
+
+
+
+
+
+
+
Neuen Node hinzufügen
+
+
+
+
+
+
+
Node-Konfiguration bearbeiten
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file