We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713baa2 commit 77cc36fCopy full SHA for 77cc36f
3 files changed
src/routes/exit_page/+page.svelte
@@ -6,20 +6,12 @@
6
<body style="background-image: none">
7
{@render children?.()}
8
</body>
9
-
10
11
12
-<a href="/posts">
13
- <div>
14
15
16
- </div>
17
-</a>
+<!-- <a href="/posts"> <div> </div> </a> -->
18
<main>
19
</main>
20
21
<style>
22
- a {
+ /* a {
23
z-index: 2;
24
margin-top: 1rem;;
25
margin-right: 5%;
@@ -33,7 +25,7 @@
33
height: 100vh;
34
26
width: 90%;
35
27
position: absolute;
36
- }
28
+ } */
37
29
38
30
main {
39
31
src/routes/posts/jupyter/+page.svelte
@@ -1 +1 @@
1
-<div />
+<div> </div>
src/routes/posts/jupyter/interpolation/+page.svelte
@@ -13,7 +13,7 @@
});
</script>
-<iframe title="jupyter" srcdoc={HTML} />
+<iframe title="jupyter" srcdoc={HTML}> </iframe>
iframe {
0 commit comments