Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyhogoboom committed Mar 26, 2024
1 parent e8227f4 commit 8a2360a
Show file tree
Hide file tree
Showing 16 changed files with 145 additions and 0 deletions.
62 changes: 62 additions & 0 deletions doc/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!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="/_app/immutable/entry/start.fHMkT51E.js">
<link rel="modulepreload" href="/_app/immutable/chunks/entry.BcTHlFP7.js">
<link rel="modulepreload" href="/_app/immutable/chunks/scheduler.BvLojk_z.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index.UIE5ydIV.js">
<link rel="modulepreload" href="/_app/immutable/entry/app.BqyXwM5R.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index.BNVDiVaP.js">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html,
body {
font-size: 100%;
position: relative;
background-color: #222831;
}

html {
height: 100vh;
}

body {
line-height: 1;
height: 100vh;
overflow: hidden;
}
</style>
</head>

<body data-sveltekit-preload-data="hover">
<div style="display: contents">
<script>
{
__sveltekit_srj5g5 = {
base: ""
};

const element = document.currentScript.parentElement;

Promise.all([
import("/_app/immutable/entry/start.fHMkT51E.js"),
import("/_app/immutable/entry/app.BqyXwM5R.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>

</html>
1 change: 1 addition & 0 deletions doc/_app/env.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const env={}
1 change: 1 addition & 0 deletions doc/_app/immutable/assets/2.BuKpKP-Q.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/_app/immutable/assets/_page.BuKpKP-Q.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions doc/_app/immutable/chunks/entry.BcTHlFP7.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions doc/_app/immutable/chunks/index.BNVDiVaP.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/_app/immutable/chunks/index.UIE5ydIV.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/_app/immutable/chunks/scheduler.BvLojk_z.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8a2360a

Please sign in to comment.