bluetooth-buzzer/index.html

40 lines
1.2 KiB
HTML
Raw Normal View History

2024-01-20 10:49:38 +01:00
<!doctype html>
<html lang="en">
<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:19:44 +01:00
<link rel="modulepreload" href="/_app/immutable/entry/start.14998a75.js">
2024-01-20 10:49:38 +01:00
<link rel="modulepreload" href="/_app/immutable/chunks/scheduler.2f27f277.js">
2024-01-20 11:19:44 +01:00
<link rel="modulepreload" href="/_app/immutable/chunks/singletons.69a0fcf5.js">
2024-01-20 10:49:38 +01:00
<link rel="modulepreload" href="/_app/immutable/chunks/index.6e61dc83.js">
2024-01-20 11:19:44 +01:00
<link rel="modulepreload" href="/_app/immutable/entry/app.ad2b2355.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:19:44 +01:00
__sveltekit_hgxnqy = {
2024-01-20 10:49:38 +01:00
base: "",
env: {}
};
const element = document.currentScript.parentElement;
Promise.all([
2024-01-20 11:19:44 +01:00
import("/_app/immutable/entry/start.14998a75.js"),
import("/_app/immutable/entry/app.ad2b2355.js")
2024-01-20 10:49:38 +01:00
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>