diff --git a/memory.html b/memory.html new file mode 100644 index 0000000..25ae9ee --- /dev/null +++ b/memory.html @@ -0,0 +1,1199 @@ + + + + + +JGA Memory-Buch — Prag 2026 + + + + + + + + + + + + + + +
+ ← Zurück zur Übersicht + + + + + + + + + +
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/strafen.html b/strafen.html new file mode 100644 index 0000000..7d67f87 --- /dev/null +++ b/strafen.html @@ -0,0 +1,763 @@ + + + + + +JGA-Strafen-Generator — Prag 2026 + + + + + + + + + + + + + + +
+ ← Zurück zur Übersicht +

🎲 JGA-Strafen-Generator

+

Würfelt zufällig eine Strafe aus dem Pool — leicht versaut, mit Edit-Möglichkeit

+ +
+ +
+ +
+ + + +
+ + +
+
+
🎲
+

Klicke Würfeln um zu starten

+
+
+ +
+ + +
+ +
+ Gewürfelt: 0 / 0 aktivierten Strafen +
+ + +
+

📜 Würfel-Historie

+
+
Noch nichts gewürfelt
+
+
+
+ + + +
+
+ + + + + \ No newline at end of file diff --git a/sw.js b/sw.js index 55bfa3b..8568587 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ // JGA Prag 2026 — Service Worker // Cache-Strategie: cache-first für HTML/Assets, network-first für externe APIs (OSRM) -const CACHE_VERSION = 'jga-2026-v2'; +const CACHE_VERSION = 'jga-2026-v3'; const CORE_ASSETS = [ './', './index.html', @@ -10,6 +10,8 @@ const CORE_ASSETS = [ './packliste.html', './countdown.html', './trinkspiel.html', + './strafen.html', + './memory.html', './manifest.json' ];