This commit is contained in:
fabio
2026-03-02 19:44:24 +01:00
parent 25f4701b54
commit 2dd819444e
24 changed files with 978 additions and 517 deletions

View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Web Components Playground</title>
</head>
<body>
<h1>Web Components Playground</h1>
<trustcontact-greeting name="Fabio"></trustcontact-greeting>
<script type="module" src="/src/playground.ts"></script>
</body>
</html>