|
32 | 32 | /> |
33 | 33 | --> |
34 | 34 | <meta http-equiv="content-security-policy" content=""> |
35 | | - <link href="./_app/immutable/assets/_layout-5d535c94.css" rel="stylesheet"> |
| 35 | + <link href="./_app/immutable/assets/_layout-e2caa7e1.css" rel="stylesheet"> |
36 | 36 | <link href="./_app/immutable/assets/app-fd9a8d0c.css" rel="stylesheet"> |
37 | | - <link rel="modulepreload" href="./_app/immutable/start-f9cf923a.js"> |
| 37 | + <link rel="modulepreload" href="./_app/immutable/start-ec30e318.js"> |
38 | 38 | <link rel="modulepreload" href="./_app/immutable/chunks/index-1d4083c1.js"> |
39 | 39 | <link rel="modulepreload" href="./_app/immutable/chunks/singletons-644a2fdc.js"> |
40 | 40 | <link rel="modulepreload" href="./_app/immutable/chunks/index-2985fbf4.js"> |
41 | 41 | <link rel="modulepreload" href="./_app/immutable/components/layout.svelte-4be16cb6.js"> |
42 | 42 | <link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.ts-9cbb603b.js"> |
43 | 43 | <link rel="modulepreload" href="./_app/immutable/chunks/_layout-da46b06b.js"> |
44 | | - <link rel="modulepreload" href="./_app/immutable/components/pages/(examples)/_layout.svelte-ac2f4def.js"> |
| 44 | + <link rel="modulepreload" href="./_app/immutable/components/pages/(examples)/_layout.svelte-ea089cab.js"> |
45 | 45 | <link rel="modulepreload" href="./_app/immutable/chunks/store-3208a846.js"> |
46 | 46 | <link rel="modulepreload" href="./_app/immutable/chunks/examples-77cabd49.js"> |
47 | 47 | <link rel="modulepreload" href="./_app/immutable/components/pages/(examples)/01-hello-world/_page.svelte-785a22a5.js"> |
|
51 | 51 | <div style="display: contents"> |
52 | 52 |
|
53 | 53 |
|
| 54 | +<div class="pageLoader"><div class="sk-folding-cube"><div class="sk-cube1 sk-cube"></div> |
| 55 | + <div class="sk-cube2 sk-cube"></div> |
| 56 | + <div class="sk-cube4 sk-cube"></div> |
| 57 | + <div class="sk-cube3 sk-cube"></div></div></div> |
| 58 | + |
54 | 59 |
|
55 | 60 | <div class="split vertical svelte-9dft0e" style="--primary-size:47%;--min-primary-size:0;--min-secondary-size:0;--splitter-size:7px"><div class="primary svelte-9dft0e"><div slot="primary" class="panelMarkdown" style="position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: scroll;"><!-- HTML_TAG_START --><h1 id="a-simple-counter">A Simple Counter</h1> |
56 | 61 | <p>This contract has a state variable that persists between contract calls, the counter value. When persisted, it's encoded as a <code>uint32</code> - a 32-bit unsigned integer. Contracts pay rent in proportion to the amount of persistent space they consume, so compact representations are encouraged.</p> |
@@ -110,14 +115,14 @@ <h2 id="receiving-messages">Receiving messages</h2> |
110 | 115 | </div> |
111 | 116 |
|
112 | 117 |
|
113 | | - <script type="module" data-sveltekit-hydrate="6e5cs8"> |
114 | | - import { start } from "./_app/immutable/start-f9cf923a.js"; |
| 118 | + <script type="module" data-sveltekit-hydrate="1b4ca9o"> |
| 119 | + import { start } from "./_app/immutable/start-ec30e318.js"; |
115 | 120 |
|
116 | 121 | start({ |
117 | 122 | assets: "", |
118 | 123 | env: {}, |
119 | | - target: document.querySelector('[data-sveltekit-hydrate="6e5cs8"]').parentNode, |
120 | | - version: "1678493947313", |
| 124 | + target: document.querySelector('[data-sveltekit-hydrate="1b4ca9o"]').parentNode, |
| 125 | + version: "1678496914612", |
121 | 126 | hydrate: { |
122 | 127 | node_ids: [0, 2, 6], |
123 | 128 | data: [null,null,null], |
|
0 commit comments