Spaces:
Running
Running
Update src/app.html
Browse files- src/app.html +4 -0
src/app.html
CHANGED
|
@@ -4,6 +4,10 @@
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
%sveltekit.head%
|
| 8 |
</head>
|
| 9 |
<body data-sveltekit-preload-data="hover">
|
|
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 7 |
+
<script type="module">
|
| 8 |
+
import { init } from "https://cdn.jsdelivr.net/npm/@huggingface/space-header/+esm";
|
| 9 |
+
init("blanchon/RobotHub-Frontend");
|
| 10 |
+
</script>
|
| 11 |
%sveltekit.head%
|
| 12 |
</head>
|
| 13 |
<body data-sveltekit-preload-data="hover">
|