This commit is contained in:
u1 2025-09-11 09:02:10 +02:00
commit 7b770307dd
2 changed files with 19 additions and 0 deletions

18
index.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="js/script.js" defer> </script>
</head>
<body>
Hello
</body>
</html>

1
js/script.js Normal file
View File

@ -0,0 +1 @@
console.log("Hello world");