Skip to content
Snippets Groups Projects
app.html 476 B
Newer Older
<!DOCTYPE html>
<html lang="en">
	<head>

		<meta charset="utf-8" />
		<title>Rust Libs</title>
		<link rel="icon" href="%sveltekit.assets%/favicon.png" />
		<base target="_parent">
		<meta name="viewport" content="width=device-width" />
		%sveltekit.head%
	</head>
	<body data-sveltekit-preload-data="hover">
		<div style="display: contents">%sveltekit.body%</div>
	</body>

	<style>
		html, body {
			background-color: #16151f;
			height: max-content;
		}
	</style>
</html>