Files
leonwww/site/src/app.html

17 lines
708 B
HTML
Raw Normal View History

2025-09-07 20:43:41 +03:00
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="utf-8" />
2025-09-08 19:09:13 +03:00
<link rel="icon" href="/favicon.ico" sizes="32x32" />
2025-09-07 20:43:41 +03:00
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
2025-09-08 19:09:13 +03:00
<link rel="apple-touch-icon" href="/favicon.ico" />
2025-09-07 20:43:41 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
2025-09-08 19:09:13 +03:00
<title>Gurted</title>
2025-09-07 20:43:41 +03:00
<meta name="description" content="Gurted introduces a new web ecosystem with the gurt:// protocol, custom browser Flumi, and revolutionary HTML/CSS/Lua standards." />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" class="dark bg-background text-foreground">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>