composer / templates /index.html
Ron Au
feat(ui): Configure SvelteKit
b450589
raw
history blame
No virus
1.19 kB
<!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" />
<meta http-equiv="content-security-policy" content="">
<link rel="modulepreload" href="/_app/start-b41bef43.js">
<link rel="modulepreload" href="/_app/chunks/index-60624bc8.js">
<link rel="modulepreload" href="/_app/layout.svelte-e3a1ab0e.js">
<link rel="modulepreload" href="/_app/pages/index.svelte-47304b27.js">
</head>
<body>
<div>
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
<script type="module" data-hydrate="1oibf46">
import { start } from "/_app/start-b41bef43.js";
start({
target: document.querySelector('[data-hydrate="1oibf46"]').parentNode,
paths: {"base":"","assets":""},
session: {},
route: true,
spa: false,
trailing_slash: "never",
hydrate: {
status: 200,
error: null,
nodes: [
import("/_app/layout.svelte-e3a1ab0e.js"),
import("/_app/pages/index.svelte-47304b27.js")
],
params: {},
routeId: ""
}
});
</script></div>
</body>
</html>