iching-broker-level2/frontend/index.html

12 lines
254 B
HTML
Raw Normal View History

2025-04-04 09:48:30 +00:00
<!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>
2025-04-10 08:32:14 +00:00
<script type="module" src="./event.cjs"></script>
2025-04-04 09:48:30 +00:00
</body>
</html>