Priority/backend/static/index.html

36 lines
1 KiB
HTML
Raw Normal View History

2023-12-05 13:48:13 +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" />
2023-12-06 11:19:16 +01:00
<link rel="modulepreload" href="/_app/immutable/entry/start.38c5e77c.js">
2023-12-05 15:48:43 +01:00
<link rel="modulepreload" href="/_app/immutable/chunks/scheduler.9172086d.js">
2023-12-06 11:19:16 +01:00
<link rel="modulepreload" href="/_app/immutable/chunks/singletons.03494c70.js">
<link rel="modulepreload" href="/_app/immutable/entry/app.59a2edc6.js">
2023-12-05 15:48:43 +01:00
<link rel="modulepreload" href="/_app/immutable/chunks/index.c679962e.js">
2023-12-05 13:48:13 +01:00
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
<script>
{
2023-12-06 11:19:16 +01:00
__sveltekit_t5ayim = {
2023-12-05 13:48:13 +01:00
base: "",
env: {}
};
const element = document.currentScript.parentElement;
Promise.all([
2023-12-06 11:19:16 +01:00
import("/_app/immutable/entry/start.38c5e77c.js"),
import("/_app/immutable/entry/app.59a2edc6.js")
2023-12-05 13:48:13 +01:00
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>