Files
CommonWebComponents/index.html
Marc Lorenz 805b553038
All checks were successful
CI / test-and-build (push) Successful in 9m37s
add demo site
2026-04-16 09:46:52 +02:00

13 lines
313 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CommonWebComponents — Demo</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>