fix: move script into body
This commit is contained in:
parent
b40b385d6e
commit
26645855ae
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue