webcompile/src/app.html

19 lines
298 B
HTML
Raw Normal View History

2022-02-28 19:12:33 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link
rel="icon"
2022-08-08 08:20:03 +03:00
href="%sveltekit.assets%/logo_transparent.svg"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1"
/>
%sveltekit.head%
2022-02-28 19:12:33 +01:00
</head>
<body>
%sveltekit.body%
2022-02-28 19:12:33 +01:00
</body>
</html>