deprived-main-website/src/app.html

22 lines
954 B
HTML

<!doctype html>
<html lang="en" data-theme="Synthwave" style="overflow-x: hidden;">
<head>
<meta charset="utf-8" />
<meta name="description" content="
Deprived Devs is a team of passionate developers and artists specializing in indie game development,
full-stack web development, server administration, and creative tech solutions.
Explore our projects today!
Zhentao Wei (AKA. Alex) desgined this website in Svelte Kit, HTML, CSS, and of course JS.
We are the deprived devs. We are all deprived of sleep!">
<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/main-theme.css" />
<link rel="stylesheet" href="/stylesheets/global.css" />
%sveltekit.head%
</head>
<body style="display: contents">%sveltekit.body%</div>
</html>