status-indicator/index.html
2026-05-08 13:16:37 +02:00

12 lines
No EOL
301 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Component Demo</title>
<script type="module" src="./hello-world.ts"></script>
</head>
<body>
<hello-world></hello-world>
</body>
</html>