14 lines
449 B
HTML
14 lines
449 B
HTML
|
|
<!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" src="importmap.json"></script>
|
||
|
|
<script src="https://ga.jspm.io/npm:es-module-shims@1.10.0/dist/es-module-shims.js"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<script type="module" src="components/app-root.js"></script>
|
||
|
|
<app-root></app-root>
|
||
|
|
</body>
|
||
|
|
</html>
|