webcompile/src/app.html
Alexander J 5f6601e921 Update some stuff things
Signed-off-by: Alexander J <odyssey346@disroot.org>
2022-05-27 19:40:32 +02:00

14 lines
332 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="" />
<!--<link rel="icon" href="%sveltekit.assets%/favicon.png" />-->
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body>
<div>%sveltekit.body%</div>
</body>
</html>