fix: restructered root dir

This commit is contained in:
2025-03-12 03:20:35 -04:00
parent 4b323978ae
commit 58b08839cc
1644 changed files with 1520 additions and 889806 deletions

14
src/app.html Normal file
View File

@@ -0,0 +1,14 @@
<!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" />
<link rel="stylesheet" href="src/style.css"
%sveltekit.head%
</head>
<body id="background" data-sveltekit-preload-data="hover">
<div class="background">%sveltekit.body%</div>
</body>
</html>