deprived-main-website/src/app.html

14 lines
411 B
HTML
Raw Normal View History

2024-02-14 23:30:25 +01:00
<!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%
2024-02-15 02:08:09 +01:00
<link rel="stylesheet" href="/stylesheets/global.css" />
2024-02-14 23:30:25 +01:00
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>