From 7b770307dddb025d432aa02e00f4d7824da7f832 Mon Sep 17 00:00:00 2001 From: u1 Date: Thu, 11 Sep 2025 09:02:10 +0200 Subject: [PATCH] init --- index.html | 18 ++++++++++++++++++ js/script.js | 1 + 2 files changed, 19 insertions(+) create mode 100644 index.html create mode 100644 js/script.js diff --git a/index.html b/index.html new file mode 100644 index 0000000..ec3d457 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + + + + Document + + + + + + +Hello + + + diff --git a/js/script.js b/js/script.js new file mode 100644 index 0000000..b179ee9 --- /dev/null +++ b/js/script.js @@ -0,0 +1 @@ +console.log("Hello world");