mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
23 lines
708 B
HTML
Vendored
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>
|