42 lines
1.1 KiB
HTML
42 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="h-full">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
|
<link
|
|
rel="icon"
|
|
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📝</text></svg>"
|
|
/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
%sveltekit.head%
|
|
<script
|
|
id="MathJax-script"
|
|
async
|
|
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"
|
|
></script>
|
|
<script>
|
|
MathJax = {
|
|
tex: {
|
|
inlineMath: [
|
|
['$', '$'],
|
|
['\\(', '\\)']
|
|
]
|
|
}
|
|
};
|
|
</script>
|
|
|
|
<!-- Privacy-friendly analytics for the production environment of Noteshare.space.
|
|
Please remove this if you are hosting yourself! -->
|
|
<script
|
|
async
|
|
defer
|
|
data-website-id="b2982b6e-7cd3-4ffd-b698-105bb33bd811"
|
|
src="https://umami.mcndt.dev/umami.js"
|
|
data-host-url="http://umami.mcndt.dev"
|
|
></script>
|
|
</head>
|
|
<body class="h-full">
|
|
<div class="h-full bg-white dark:dark:bg-background-dark">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|