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

This commit is contained in:
Christopher Hase 2025-04-07 15:30:05 +02:00
parent c4469de718
commit 5fffb0b81b

View file

@ -8,6 +8,6 @@
<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>