From b9e4156da1faf5f929b89e49367a53ec8b363207 Mon Sep 17 00:00:00 2001 From: LoopAddict Date: Fri, 5 Jun 2026 15:47:02 +0000 Subject: [PATCH 1/2] Initial commit --- .vscode/settings.json | 1 - Kapitel_01_bis_09/code/hello.html | 16 ++++++++++++++++ Kapitel_01_bis_09/code/hello_world.html | 6 +++--- 3 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 Kapitel_01_bis_09/code/hello.html diff --git a/.vscode/settings.json b/.vscode/settings.json index 2369810..ca20f95 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,7 +17,6 @@ "files.autoSave": "afterDelay", "screencastMode.onlyKeyboardShortcuts": true, "terminal.integrated.fontSize": 18, - "workbench.activityBar.visible": true, "workbench.colorTheme": "Visual Studio Dark", "workbench.fontAliasing": "antialiased", "workbench.statusBar.visible": true diff --git a/Kapitel_01_bis_09/code/hello.html b/Kapitel_01_bis_09/code/hello.html new file mode 100644 index 0000000..bce231c --- /dev/null +++ b/Kapitel_01_bis_09/code/hello.html @@ -0,0 +1,16 @@ + + + + + + + Hallo Welt! + + + + + + + \ No newline at end of file diff --git a/Kapitel_01_bis_09/code/hello_world.html b/Kapitel_01_bis_09/code/hello_world.html index f684026..261775e 100644 --- a/Kapitel_01_bis_09/code/hello_world.html +++ b/Kapitel_01_bis_09/code/hello_world.html @@ -10,9 +10,9 @@ From 2361f5c5d22f1544c1c0ef28cc06b1a8b8c480f7 Mon Sep 17 00:00:00 2001 From: LoopAddict Date: Fri, 5 Jun 2026 15:47:04 +0000 Subject: [PATCH 2/2] Pending changes exported from your codespace --- .vscode/settings.json | 5 ++-- Kapitel_01_bis_09/code/conditions.html | 40 ++++++++++++++----------- Kapitel_01_bis_09/code/datetime.html | 15 ++++++---- Kapitel_01_bis_09/code/hello.html | 1 + Kapitel_01_bis_09/code/hello_world.html | 2 +- Kapitel_01_bis_09/code/numbers.html | 5 +++- Kapitel_01_bis_09/code/strings.html | 10 +++++-- 7 files changed, 48 insertions(+), 30 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ca20f95..865ae8a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,5 +19,6 @@ "terminal.integrated.fontSize": 18, "workbench.colorTheme": "Visual Studio Dark", "workbench.fontAliasing": "antialiased", - "workbench.statusBar.visible": true -} + "workbench.statusBar.visible": true, + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/Kapitel_01_bis_09/code/conditions.html b/Kapitel_01_bis_09/code/conditions.html index da36596..715421a 100644 --- a/Kapitel_01_bis_09/code/conditions.html +++ b/Kapitel_01_bis_09/code/conditions.html @@ -1,52 +1,58 @@ + Bedingter Code + - Bitte öffnen Sie die "Entwicklertools" bzw. "Werkzeuge für Web-Entwickler" mit Strg + Shift + I + Bitte öffnen Sie die "Entwicklertools" bzw. "Werkzeuge für Web-Entwickler" mit Strg + Shift + I und klicken anschließend auf Konsole.
+ \ No newline at end of file diff --git a/Kapitel_01_bis_09/code/datetime.html b/Kapitel_01_bis_09/code/datetime.html index 1e097a4..1a60905 100644 --- a/Kapitel_01_bis_09/code/datetime.html +++ b/Kapitel_01_bis_09/code/datetime.html @@ -1,21 +1,24 @@ + Datum und Zeit + - Bitte öffnen Sie die "Entwicklertools" bzw. "Werkzeuge für Web-Entwickler" mit Strg + Shift + I + Bitte öffnen Sie die "Entwicklertools" bzw. "Werkzeuge für Web-Entwickler" mit Strg + Shift + I und klicken anschließend auf Konsole. + console.log( + "Es ist " + + today.getHours().toString().padStart(2, '0') + ":" + + today.getMinutes().toString().padStart(2, '0') + " Uhr."); + + \ No newline at end of file diff --git a/Kapitel_01_bis_09/code/hello.html b/Kapitel_01_bis_09/code/hello.html index bce231c..82403b8 100644 --- a/Kapitel_01_bis_09/code/hello.html +++ b/Kapitel_01_bis_09/code/hello.html @@ -9,6 +9,7 @@ diff --git a/Kapitel_01_bis_09/code/hello_world.html b/Kapitel_01_bis_09/code/hello_world.html index 261775e..ccbb72a 100644 --- a/Kapitel_01_bis_09/code/hello_world.html +++ b/Kapitel_01_bis_09/code/hello_world.html @@ -12,7 +12,7 @@ diff --git a/Kapitel_01_bis_09/code/numbers.html b/Kapitel_01_bis_09/code/numbers.html index 287882b..f162a38 100644 --- a/Kapitel_01_bis_09/code/numbers.html +++ b/Kapitel_01_bis_09/code/numbers.html @@ -1,13 +1,15 @@ + Zahlen + - Bitte öffnen Sie die "Entwicklertools" bzw. "Werkzeuge für Web-Entwickler" mit Strg + Shift + I + Bitte öffnen Sie die "Entwicklertools" bzw. "Werkzeuge für Web-Entwickler" mit Strg + Shift + I und klicken anschließend auf Konsole. + \ No newline at end of file diff --git a/Kapitel_01_bis_09/code/strings.html b/Kapitel_01_bis_09/code/strings.html index a6ae398..22aa98f 100644 --- a/Kapitel_01_bis_09/code/strings.html +++ b/Kapitel_01_bis_09/code/strings.html @@ -1,22 +1,26 @@ + Zeichenketten + + \ No newline at end of file