diff --git a/html/gruppen.tar.gz b/html/gruppen.tar.gz
new file mode 100644
index 0000000..d8f4a74
Binary files /dev/null and b/html/gruppen.tar.gz differ
diff --git a/html/gruppen/index.html b/html/gruppen/index.html
new file mode 100644
index 0000000..1bd3499
--- /dev/null
+++ b/html/gruppen/index.html
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+ FIFA World Cup 2026 Gruppen
+
+
+
+ Gruppen der Fußball-WM 2026
+
+
+
+
+ | Gruppe A |
+
+ | Mexiko |
+ | Südafrika |
+ | Südkorea |
+ | Tschechien |
+
+
+
+
+
+
+ | Gruppe B |
+
+ | Kanada |
+ | Bosnien-H. |
+ | Katar |
+ | Schweiz |
+
+
+
+
+
+
+ | Gruppe C |
+
+ | Brasilien |
+ | Marokko |
+ | Haiti |
+ | Schottland |
+
+
+
+
+
+
+ | Gruppe D |
+
+ | USA |
+ | Paraguay |
+ | Australien |
+ | Türkei |
+
+
+
+
+
+
+ | Gruppe E |
+
+ | Deutschland |
+ | Curacao |
+ | Elfenbeinküste |
+ | Ecuador |
+
+
+
+
+
+
+ | Gruppe F |
+
+ | Niederlande |
+ | Japan |
+ | Schweden |
+ | Tunesien |
+
+
+
+
+
+
+ | Gruppe G |
+
+ | Belgien |
+ | Ägypten |
+ | Iran |
+ | Neuseeland |
+
+
+
+
+
+
+ | Gruppe H |
+
+ | Spanien |
+ | Kap Verde |
+ | Saudi-Arabien |
+ | Uruguay |
+
+
+
+
+
+
+ | Gruppe I |
+
+ | Frankreich |
+ | Senegal |
+ | Irak |
+ | Norwegen |
+
+
+
+
+
+
+ | Gruppe J |
+
+ | Argentinien |
+ | Algerien |
+ | Österreich |
+ | Jordanien |
+
+
+
+
+
+
+ | Gruppe K |
+
+ | Portugal |
+ | DR Kongo |
+ | Usbekistan |
+ | Kolumbien |
+
+
+
+
+
+
+ | Gruppe L |
+
+ | England |
+ | Kroatien |
+ | Ghana |
+ | Panama |
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/html/gruppen/styles/index.css b/html/gruppen/styles/index.css
new file mode 100644
index 0000000..d3aa153
--- /dev/null
+++ b/html/gruppen/styles/index.css
@@ -0,0 +1,36 @@
+body {
+ font-family: sans-serif;
+ line-height: 1.6;
+ color: #333;
+ max-width: 800px;
+ margin: 40px auto;
+ padding: 0 20px;
+ background-color: #f9f9f9;
+}
+
+h1 {
+ color: #000;
+ text-align: center;
+}
+
+table {
+ width: 100%;
+ border-collapse: collapse;
+ background: white;
+ margin-bottom: 20px;
+}
+
+th, td {
+ border: 1px solid #ddd;
+ padding: 12px;
+ text-align: left;
+}
+
+th {
+ background-color: #eee;
+ font-weight: bold;
+}
+
+tr:hover {
+ background-color: #f1f1f1;
+}
\ No newline at end of file
diff --git a/html/stadien.tar.gz b/html/stadien.tar.gz
new file mode 100644
index 0000000..e9334d1
Binary files /dev/null and b/html/stadien.tar.gz differ