15 lines
374 B
HTML
15 lines
374 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" type="image/svg" href="/favicon.svg">
|
|
<!--app-head-->
|
|
</head>
|
|
<body>
|
|
<div id="app"><!--app-html--></div>
|
|
</body>
|
|
<!--app-state-->
|
|
<script type="module" src="/src/entry-client.js"></script>
|
|
</html>
|