classroomstuff/src/app.html

15 lines
506 B
HTML

<!doctype html>
<html lang="en" style="height: 100%; margin: 0">
<head>
<meta charset="utf-8" />
<link
rel="icon"
href="https://hc-cdn.hel1.your-objectstorage.com/s/v3/4a82e0c815624c7786ca2a5addbcc74487da8940_group_8__2_.svg"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" style="height: 100%; margin: 0">
<div style="display: contents; height: 100%">%sveltekit.body%</div>
</body>
</html>