fix(frontend): Include app.html

This commit is contained in:
TheOnlyWayUp
2023-12-29 03:17:02 +00:00
parent 944afc92bf
commit 289bd6be4f
2 changed files with 12 additions and 1 deletions
-1
View File
@@ -1,7 +1,6 @@
__pycache__
venv
*epub
*html
data
*ipynb
build
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>