fix: move script into body

This commit is contained in:
Sebin Nyshkim 2023-01-18 16:06:58 +01:00
parent b40b385d6e
commit 26645855ae

View file

@ -18,8 +18,8 @@
<meta name="og:url" content="https://ref.sebin-nyshkim.net/viktor/" />
<meta name="og:image" content="https://ref.sebin-nyshkim.net/viktor/preview.png" />
<meta name="og:description" content="The official reference page for Viktor Kraastav with picture references and in-depth character descriptions" />
<script type="module" src="/src/main.ts"></script>
</head>
<body></body>
<body>
<script type="module" src="/src/main.ts"></script>
</body>
</html>