web: project skeleton

This commit is contained in:
wukko
2024-06-13 15:32:17 +06:00
parent f8a28c6c5f
commit 8cc11367ef
13 changed files with 2074 additions and 0 deletions

12
web/src/app.html Normal file
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>