besties.house/src/app.html
hazycora 76b665dd65
All checks were successful
Deploy to VPS / build_site (push) Successful in 10s
use viewport-fit=cover for better handling of iOS notch
2024-02-13 17:22:11 -06:00

14 lines
340 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.svg" />
<meta name="viewport" content="width=device-width, viewport-fit=cover" />
<link rel="stylesheet" href="/DMSans/style.css" />
%sveltekit.head%
</head>
<body>
<div>%sveltekit.body%</div>
</body>
</html>