GPT-backend/static/index.html

35 lines
1 KiB
HTML
Raw Normal View History

2024-06-05 11:32:46 +02: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-11-28 15:50:05 +01:00
<link rel="modulepreload" href="/_app/immutable/entry/start.cMTxM74J.js">
<link rel="modulepreload" href="/_app/immutable/chunks/entry.CkeGJzPd.js">
2024-06-06 10:53:46 +02:00
<link rel="modulepreload" href="/_app/immutable/chunks/scheduler.D9xsQs6S.js">
2024-11-28 15:50:05 +01:00
<link rel="modulepreload" href="/_app/immutable/entry/app.DkzyH-q8.js">
2024-06-06 10:53:46 +02:00
<link rel="modulepreload" href="/_app/immutable/chunks/index.B2LhTP1n.js">
2024-06-05 11:32:46 +02:00
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
<script>
{
2024-11-28 15:50:05 +01:00
__sveltekit_1b4sbwy = {
2024-06-05 11:32:46 +02:00
base: ""
};
const element = document.currentScript.parentElement;
Promise.all([
2024-11-28 15:50:05 +01:00
import("/_app/immutable/entry/start.cMTxM74J.js"),
import("/_app/immutable/entry/app.DkzyH-q8.js")
2024-06-05 11:32:46 +02:00
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>