Research-Stack/2-Search-Space/search/stract/frontend/src/app.html

23 lines
708 B
HTML
Vendored

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<meta name="viewport" content="width=device-width" />
<meta name="referrer" content="strict-origin" />
<link
rel="search"
type="application/opensearchdescription+xml"
title="Stract Search"
href="/opensearch.xml"
/>
<title>Stract</title>
<script nonce="%sveltekit.nonce%">
document.documentElement.classList.add(JSON.parse(localStorage.getItem('theme')));
</script>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>