backend-server-v2/web_components/index.html

14 lines
395 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 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>