anki/ts/page.html
Damien Elmes adbe96ca00
Load page script after body created (#1802)
document.body must exist by the time the top level Svelte component
initializes.

https://forums.ankiweb.net/t/2-1-50-editor-wont-show-when-addons-load-many-js-files/19036
2022-04-19 17:16:56 +10:00

11 lines
281 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" id="viewport" content="width=device-width" />
<link href="{PAGE}.css" rel="stylesheet" />
<script src="{PAGE}.js" defer></script>
</head>
<body></body>
</html>