Update repo

This commit is contained in:
Marius Cerchez
2026-02-09 12:54:08 +00:00
committed by cerchez07
parent 2a4dcd923f
commit 0645c7f572
6 changed files with 409 additions and 0 deletions

12
js-experiment/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JS Experiments</title>
</head>
<body>
<h1>hello!!!</h1>
<script src="./experiments.js"></script>
</body>
</html>