File size: 535 Bytes
6ce4ca6
 
 
 
 
 
3f25ea9
 
 
26d4dbd
6ce4ca6
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
		<link rel="icon" href="%sveltekit.assets%/favicon.png" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
        <script type="module">
          import { init } from "https://cdn.jsdelivr.net/npm/@huggingface/space-header/+esm";
          init("blanchon/RobotHub-Frontend");
        </script>
		%sveltekit.head%
	</head>
	<body data-sveltekit-preload-data="hover">
		<div style="display: contents">%sveltekit.body%</div>
	</body>
</html>