feat: init frontend
This commit is contained in:
35
frontend/.svelte-kit/output/prerendered/pages/index.html
Normal file
35
frontend/.svelte-kit/output/prerendered/pages/index.html
Normal file
@ -0,0 +1,35 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="./svelte.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="modulepreload" href="./_app/immutable/entry/start.92os7lz4.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/entry.DSCOgCkx.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/scheduler.DQZw9iDR.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/index.CtlmB4aM.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/entry/app.1QiIHMmL.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/index.D-4GBzMI.js">
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<div style="display: contents">
|
||||
<script>
|
||||
{
|
||||
__sveltekit_tics2f = {
|
||||
base: new URL(".", location).pathname.slice(0, -1)
|
||||
};
|
||||
|
||||
const element = document.currentScript.parentElement;
|
||||
|
||||
Promise.all([
|
||||
import("./_app/immutable/entry/start.92os7lz4.js"),
|
||||
import("./_app/immutable/entry/app.1QiIHMmL.js")
|
||||
]).then(([kit, app]) => {
|
||||
kit.start(app, element);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user