Skip to content

Commit

Permalink
replace index
Browse files Browse the repository at this point in the history
  • Loading branch information
metaforpro committed Dec 5, 2023
1 parent a6b21d2 commit f38bfc8
Showing 1 changed file with 30 additions and 18 deletions.
48 changes: 30 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,34 @@
<!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" />

<link rel="modulepreload" href="./internal/immutable/entry/start.e8bd0099.js">
<link rel="modulepreload" href="./internal/immutable/chunks/scheduler.a18047a0.js">
<link rel="modulepreload" href="./internal/immutable/chunks/singletons.85e14edc.js">
<link rel="modulepreload" href="./internal/immutable/chunks/index.5c475101.js">
<link rel="modulepreload" href="./internal/immutable/entry/app.d2d3ece3.js">
<link rel="modulepreload" href="./internal/immutable/chunks/index.bdac9432.js">
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="modulepreload" href="./internal/immutable/entry/start.b131fb92.js">
<link rel="modulepreload" href="./internal/immutable/chunks/scheduler.c03d0109.js">
<link rel="modulepreload" href="./internal/immutable/chunks/singletons.4f404742.js">
<link rel="modulepreload" href="./internal/immutable/chunks/index.17ca9755.js">
<link rel="modulepreload" href="./internal/immutable/entry/app.af41564f.js">
<link rel="modulepreload" href="./internal/immutable/chunks/preload-helper.a4192956.js">
<link rel="modulepreload" href="./internal/immutable/chunks/index.bd9bea11.js">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VPBER9CJMG"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date())

gtag("config", "G-VPBER9CJMG")
</script>
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
<script>
{
__sveltekit_1hnb0tx = {
__sveltekit_s4tmin = {
assets: "/littlesun",
base: new URL(".", location).pathname.slice(0, -1),
env: {}
Expand All @@ -25,13 +37,13 @@
const element = document.currentScript.parentElement;

Promise.all([
import("./internal/immutable/entry/start.e8bd0099.js"),
import("./internal/immutable/entry/app.d2d3ece3.js")
import("./internal/immutable/entry/start.b131fb92.js"),
import("./internal/immutable/entry/app.af41564f.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</body>
</html>

0 comments on commit f38bfc8

Please sign in to comment.