-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscraped.txt
34 lines (28 loc) · 817 Bytes
/
scraped.txt
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
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="application-name" content="OpenMerce" />
<meta name="theme-color" content="dark" />
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents" class="h-full overflow-hidden antialiased">
<script>
{
__sveltekit_cnysup = {
base: new URL("..", location).pathname.slice(0, -1),
env: {}
};
const element = document.currentScript.parentElement;
Promise.all([
import("../_app/immutable/entry/start.f1bbb23a.js"),
import("../_app/immutable/entry/app.202585b8.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>