deprived-main-website/src/app.html
2025-04-06 01:21:16 +02:00

22 lines
733 B
HTML

<!doctype html>
<html lang="en" data-theme="DeprivedTheme" style="overflow-x: hidden;">
<head>
<meta charset="utf-8" />
<meta name="description" content="
We are the deprived devs, and we are a team of developers specializing in indie game development, full-stack development, and anything tech-related!">
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Change theme for site here -->
<link rel="stylesheet" href="/stylesheets/global.css" />
%sveltekit.head%
</head>
<body style="display: contents">
<div class="inline relative w-full h-full">
%sveltekit.body%
</div>
</body>
</html>