first commit

This commit is contained in:
adrian
2025-08-18 21:40:07 +02:00
commit 46de00979c
610 changed files with 68497 additions and 0 deletions

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content = "width=device.width, initial-scale=1.0"/>
<script src="main.js"></script>
<title>javascript test</title>
</head>
<body>
<button onclick="press()">Drück mich</button>
</body>
</html>