forked from reaathecoder/reaathecoder1.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscroll.html
More file actions
62 lines (50 loc) · 2.78 KB
/
Copy pathscroll.html
File metadata and controls
62 lines (50 loc) · 2.78 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
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.png" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_page-1258dfd5.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/start-45627013.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-7f5b801e.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-9d067732.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-609d3575.js">
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper-41c905a7.js">
<link rel="modulepreload" href="./_app/immutable/chunks/control-f5b05b5f.js">
<link rel="modulepreload" href="./_app/immutable/chunks/parse-f0c618df.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-2e4865f2.js">
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-9cbb603b.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-da46b06b.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/scroll/_page.svelte-60470e9c.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-36a36142.js">
</head>
<body>
<div style="display: contents">
<nav><a href="/">Hem</a>
<a href="/memory">Memory</a>
<a href="/telltale">Telltale</a>
<a target="_blank" rel="noreferrer" href="https://github.com/lisaviktorsson/lisaviktorsson.github.io">GitHub</a></nav>
<hr>
<main class="svelte-1fk8y27">
<div class="container svelte-1fk8y27"><img style="transform: translate(0, 0px)" src="https://www.devsamples.com/parallax-layer0.png" alt="parallax layer 0" class="svelte-1fk8y27"><img style="transform: translate(0, 0px)" src="https://www.devsamples.com/parallax-layer1.png" alt="parallax layer 1" class="svelte-1fk8y27"><img style="transform: translate(0, 0px)" src="https://www.devsamples.com/parallax-layer2.png" alt="parallax layer 2" class="svelte-1fk8y27"><img style="transform: translate(0, 0px)" src="https://www.devsamples.com/parallax-layer3.png" alt="parallax layer 3" class="svelte-1fk8y27"></div>
<div class="text svelte-1fk8y27"><p>You have scrolled 0 pixels</p>
<p>Keep scrolling...</p></div>
</main>
<script type="module" data-sveltekit-hydrate="1c9yajj">
import { start } from "./_app/immutable/start-45627013.js";
start({
env: {},
paths: {"base":"","assets":""},
target: document.querySelector('[data-sveltekit-hydrate="1c9yajj"]').parentNode,
version: "1693989674856",
hydrate: {
node_ids: [0, 10],
data: [null,null],
form: null
}
});
</script>
</div>
</body>
</html>