iching-broker-level2/index.html
Christopher Hase fba9f348d5
All checks were successful
ci / build (push) Successful in 1m39s
add http-server part 3.10
2025-04-07 16:55:41 +02:00

13 lines
No EOL
252 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Button mit TypeScript</title>
</head>
<body>
<h1>Mein Button</h1>
<button id="myButton">Klick mich!</button>
<script type="module" src="event.js"></script>
</body>
</html>