iching-broker-level2/frontend/index.html
Christopher Hase 0f6dda2a5b
All checks were successful
ci / build (push) Successful in 1m5s
add http-server part 6.1.2
2025-04-10 10:51:23 +02:00

12 lines
No EOL
272 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.mjs"></script>
</body>
</html>