2023-11-05 23:02:42 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2023-11-06 16:43:37 +00:00
|
|
|
<title>Sangelo's Space</title>
|
2023-11-05 23:02:42 +00:00
|
|
|
<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>
|