spaceship_drift / build /index.html
HugoDzz's picture
feat: update game
1d4950b
raw
history blame
1.53 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.png" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/0.a29e5678.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.7c44fa52.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.fe361f2c.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.44a14e99.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.ed2d3cc0.js">
<link rel="modulepreload" href="./_app/immutable/nodes/0.d887fa71.js">
<link rel="modulepreload" href="./_app/immutable/nodes/2.0afedab9.js">
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation
</p>
<script>
{
__sveltekit_1uzrx21 = {
base: new URL(".", location).pathname.slice(0, -1),
env: {}
};
const element = document.currentScript.parentElement;
const data = [null,null];
Promise.all([
import("./_app/immutable/entry/start.7c44fa52.js"),
import("./_app/immutable/entry/app.ed2d3cc0.js")
]).then(([kit, app]) => {
kit.start(app, element, {
node_ids: [0, 2],
data,
form: null,
error: null
});
});
}
</script>
</div>
</body>
</html>