2024-12-31 05:04:13 +01:00
|
|
|
<!doctype html>
|
2025-01-14 00:34:50 +01:00
|
|
|
<html lang="en" data-theme="Synthwave" style="overflow-x: hidden;">
|
2024-12-31 05:04:13 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2025-02-02 20:48:37 +01:00
|
|
|
<meta name="description" content="
|
2025-02-02 21:07:17 +01:00
|
|
|
We are the deprived devs, and we are a team of developers specializing in indie game development, full-stack development, and anything tech-related!">
|
2025-01-14 03:18:23 +01:00
|
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
2024-12-31 05:04:13 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
|
|
|
<!-- Change theme for site here -->
|
|
|
|
<link rel="stylesheet" href="/stylesheets/main-theme.css" />
|
|
|
|
<link rel="stylesheet" href="/stylesheets/global.css" />
|
|
|
|
%sveltekit.head%
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
2025-01-14 00:34:50 +01:00
|
|
|
<body style="display: contents">%sveltekit.body%</div>
|
2024-12-31 05:04:13 +01:00
|
|
|
</html>
|