bluetooth-buzzer/index.html

40 lines
1.2 KiB
HTML
Raw Normal View History

2024-01-20 10:49:38 +01:00
<!doctype html>
2024-01-20 11:36:35 +01:00
<html lang="en" class="dark">
2024-01-20 10:49:38 +01:00
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2024-01-20 11:36:35 +01:00
<link rel="modulepreload" href="/_app/immutable/entry/start.6a4b42a1.js">
2024-01-20 10:49:38 +01:00
<link rel="modulepreload" href="/_app/immutable/chunks/scheduler.2f27f277.js">
2024-01-20 11:36:35 +01:00
<link rel="modulepreload" href="/_app/immutable/chunks/singletons.6c26a286.js">
2024-01-20 10:49:38 +01:00
<link rel="modulepreload" href="/_app/immutable/chunks/index.6e61dc83.js">
2024-01-20 11:36:35 +01:00
<link rel="modulepreload" href="/_app/immutable/entry/app.7bec4386.js">
2024-01-20 10:49:38 +01:00
<link rel="modulepreload" href="/_app/immutable/chunks/index.d9978d1c.js">
</head>
<body data-sveltekit-preload-data="hover"
class="bg-white dark:bg-gray-900 text-gray-600 dark:text-gray-400 antialiased">
<div style="display: contents">
<script>
{
2024-01-20 11:36:35 +01:00
__sveltekit_1jyx75p = {
2024-01-20 10:49:38 +01:00
base: "",
env: {}
};
const element = document.currentScript.parentElement;
Promise.all([
2024-01-20 11:36:35 +01:00
import("/_app/immutable/entry/start.6a4b42a1.js"),
import("/_app/immutable/entry/app.7bec4386.js")
2024-01-20 10:49:38 +01:00
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>