add http-server part 5.6
All checks were successful
ci / build (push) Successful in 1m23s

This commit is contained in:
Christopher Hase 2025-04-09 14:36:59 +02:00
parent 94c21a6146
commit d7d74bf32b

View file

@ -7,6 +7,6 @@
<body> <body>
<h1>Mein Button</h1> <h1>Mein Button</h1>
<button id="myButton">Klick mich!</button> <button id="myButton">Klick mich!</button>
<script src="./event.js"></script> <script type="module" src="./event.js"></script>
</body> </body>
</html> </html>