-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (78 loc) · 3.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html data-theme="dark" lang="en">
<head>
<title>Ukoreh</title>
<link rel="icon" href="./favicon.ico" />
<link rel="apple-touch-icon" href="./apple-touch-icon.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="Your magic wand to demo Flutter apps" />
<meta
name="keywords"
content="ukoreh, svelte, svelte-kit, flutter, cloudflare workers, github, github actions, github pages, pipeline, deploy"
/>
<meta name="author" content="ukoreh" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://ukoreh.fun" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ukoreh" />
<meta property="og:description" content="Your magic wand to demo Flutter apps" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/ukoreh/.github/master/cat.svg"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="ukoreh" />
<meta property="twitter:url" content="https://ukoreh.fun" />
<meta name="twitter:title" content="ukoreh" />
<meta name="twitter:description" content="Your magic wand to demo Flutter apps" />
<meta
name="twitter:image"
content="https://raw.githubusercontent.com/ukoreh/.github/master/cat.svg"
/>
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/0.c485c69d.css" rel="stylesheet">
<link href="./_app/immutable/assets/2.1818e09b.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.4708ea21.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.be20bbd4.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.304a2c9c.js">
<link rel="modulepreload" href="./_app/immutable/chunks/paths.28dede85.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.4d89b9b7.js">
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper.41c905a7.js">
<link rel="modulepreload" href="./_app/immutable/nodes/0.2f87487e.js">
<link rel="modulepreload" href="./_app/immutable/nodes/2.a3b4b450.js">
<script defer data-domain="ukoreh.fun" src="https://pp.joaomagfreitas.workers.dev/zzz/script.js"></script>
<script defer data-domain="ukoreh.fun" data-api="https://pp.joaomagfreitas.workers.dev/zzz/event" src="https://pp.joaomagfreitas.workers.dev/zzz/script.js"></script>
</head>
<body data-sveltekit-preload-data="hover">
<div class="hidden screen-resolver"></div>
<div style="display: contents">
<div class="cursor-wand flex flex-col h-screen"><div class="grow flex items-center self-center"><div class="flex justify-center"><div><img src="/svg/cat.svg" alt="wizard cat. it's a shame you can't see him! :("></div></div></div></div>
<script>
{
__sveltekit_ylubo0 = {
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.4708ea21.js"),
import("./_app/immutable/entry/app.4d89b9b7.js")
]).then(([kit, app]) => {
kit.start(app, element, {
node_ids: [0, 2],
data,
form: null,
error: null
});
});
}
</script>
</div>
<div class="night-background" />
</body>
<style></style>
</html>