15 lines
620 B
HTML
15 lines
620 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en" class="dark">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8" />
|
||
|
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
|
<title>Gurted - A New Web Ecosystem</title>
|
||
|
|
<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>
|