website/src/app.html
Sangelo 97a6e003f1 Progress
- Mobile Support
- Error Pages
- Socials Page
- Bugfixes
2023-11-06 17:43:37 +01:00

15 lines
468 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Sangelo's Space</title>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>