website/app/src/app.html

13 lines
305 B
HTML
Raw Normal View History

2023-08-20 00:57:35 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
2023-08-21 08:23:11 +03:00
<meta name="viewport" content="width=1024">
<link rel="icon" href="data:;base64,=">
2023-08-20 00:57:35 +03:00
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>