zulip/index.html

21 lines
595 B
HTML
Raw Permalink Normal View History

2026-03-04 11:13:15 -08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script type="importmap">
{
"imports": {
"lit": "https://esm.sh/lit@3",
2026-03-04 14:18:44 -08:00
"lit/decorators.js": "https://esm.sh/lit@3/decorators.js"
}
}
</script>
<script async src="https://ga.jspm.io/npm:es-module-shims@1.10.0/dist/es-module-shims.js"></script>
2026-03-04 11:13:15 -08:00
</head>
<body>
<script type="module" src="components/app-root.js"></script>
<app-root></app-root>
</body>
</html>