commit 7b770307dddb025d432aa02e00f4d7824da7f832 Author: u1 Date: Thu Sep 11 09:02:10 2025 +0200 init 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");