-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (57 loc) · 2.23 KB
/
Copy pathindex.html
File metadata and controls
60 lines (57 loc) · 2.23 KB
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
<!doctype html>
<html lang="en">
<head>
<script>window.__SITE_BASE_PATH__=(function(){
let p = window.location.pathname;
if (p.endsWith('/index.html')) p = p.slice(0, -11);
if (p.endsWith('/')) p = p.slice(0, -1);
let r = "/";
if (r.endsWith('/')) r = r.slice(0, -1);
if (r === '') return p;
if (p.endsWith(r)) return p.slice(0, p.length - r.length);
return '';
})();</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="modulepreload" href="./_app/immutable/entry/start.042KKgAg.js">
<link rel="modulepreload" href="./_app/immutable/chunks/CCQ_t80v.js">
<link rel="modulepreload" href="./_app/immutable/chunks/Do94oX4M.js">
<link rel="modulepreload" href="./_app/immutable/chunks/Dhaidfe6.js">
<link rel="modulepreload" href="./_app/immutable/chunks/BirCsY2G.js">
<link rel="modulepreload" href="./_app/immutable/chunks/BZ1eeqwt.js">
<link rel="modulepreload" href="./_app/immutable/chunks/DcAzpyhS.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.BvKZl5rl.js">
<link rel="modulepreload" href="./_app/immutable/chunks/PPVm8Dsz.js">
<link rel="modulepreload" href="./_app/immutable/chunks/DsnmJJEf.js">
<link rel="modulepreload" href="./_app/immutable/chunks/D4kB6NjB.js">
<link rel="modulepreload" href="./_app/immutable/chunks/DnD8Zm-l.js">
<link rel="modulepreload" href="./_app/immutable/chunks/Bl9hR1RF.js">
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
<script>
{
__sveltekit_10tpg4z = {
base: (function(){
let p = window.location.pathname;
if (p.endsWith('/index.html')) p = p.slice(0, -11);
if (p.endsWith('/')) p = p.slice(0, -1);
let r = "/";
if (r.endsWith('/')) r = r.slice(0, -1);
if (r === '') return p;
if (p.endsWith(r)) return p.slice(0, p.length - r.length);
return '';
})()
};
const element = document.currentScript.parentElement;
Promise.all([
import("./_app/immutable/entry/start.042KKgAg.js"),
import("./_app/immutable/entry/app.BvKZl5rl.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>