diff --git a/01_grundlagen/unterricht/tag03/01_numbers.html b/01_grundlagen/unterricht/tag03/01_numbers.html
new file mode 100644
index 0000000..fa4cf60
--- /dev/null
+++ b/01_grundlagen/unterricht/tag03/01_numbers.html
@@ -0,0 +1,58 @@
+
+
+
+
+
+ Numbers
+
+
+
+
+
+
Numbers
+
+
+
+
+
+
+
diff --git a/01_grundlagen/unterricht/tag03/02_variablendeklaration.html b/01_grundlagen/unterricht/tag03/02_variablendeklaration.html
new file mode 100644
index 0000000..3d84a21
--- /dev/null
+++ b/01_grundlagen/unterricht/tag03/02_variablendeklaration.html
@@ -0,0 +1,77 @@
+
+
+
+
+
+ Variablen in JS
+
+
+
+
+
+
Variablen in JS
+
+
+
+
+
diff --git a/01_grundlagen/unterricht/tag03/03_prompt.html b/01_grundlagen/unterricht/tag03/03_prompt.html
new file mode 100644
index 0000000..cb37bae
--- /dev/null
+++ b/01_grundlagen/unterricht/tag03/03_prompt.html
@@ -0,0 +1,29 @@
+
+
+
+
+
+ Prompt - Dialogfenster mit Eingabetextfeld in JS
+
+
+
+
+
+
Prompt - Dialogfenster mit Eingabetextfeld in JS
+
+
+
+
+
+
diff --git a/01_grundlagen/unterricht/tag03/04_konstante-magic-number.html b/01_grundlagen/unterricht/tag03/04_konstante-magic-number.html
new file mode 100644
index 0000000..d9413f1
--- /dev/null
+++ b/01_grundlagen/unterricht/tag03/04_konstante-magic-number.html
@@ -0,0 +1,19 @@
+
+
+
+
+
+ Konstante als Konfigurationsvariable (const)
+
+
+
+
+
+
Konstante als Konfigurationsvariable (const)
+
+
+
+
+