quartznet-info/src/app.html
Chris Dill 848006c026
All checks were successful
Build / build (push) Successful in 38s
Update static data
2025-02-20 19:57:20 +00:00

16 lines
587 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Software development team" />
<link rel="stylesheet" href="/global.css" />
<link rel="icon" type="image/png" href="/favicon.png" sizes="96x96" />
<link rel="preload" as="image" href="/images/bluenebula.webp" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div id="svelte">%sveltekit.body%</div>
</body>
</html>