2022-12-20 19:54:09 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
2022-12-21 21:26:39 +00:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@vime/core@^5/themes/default.css" />
|
2022-12-20 19:54:09 +00:00
|
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
%sveltekit.head%
|
|
|
|
</head>
|
|
|
|
<body data-sveltekit-preload-data="hover">
|
2022-12-26 03:29:30 +00:00
|
|
|
<div id="page-container">%sveltekit.body%</div>
|
2022-12-20 19:54:09 +00:00
|
|
|
</body>
|
|
|
|
</html>
|