iching-broker-level3/frontend/index.html

12 lines
272 B
HTML
Raw Normal View History

2025-04-04 09:48:30 +00:00
<!DOCTYPE html>
<html lang="de">
2025-04-10 08:51:23 +00:00
<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>
2025-04-04 09:48:30 +00:00
</html>