File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,7 @@ const webringURL = "https://nixwebr.ing";
15
15
>
16
16
<Centered class:list ={ [" test" ]} >
17
17
<div class =" box" >
18
- <h2 >Nix Webring</h2 >
19
-
20
- <p >You found the Nix webring!</p >
21
-
22
- <ul class =" webring-control" >
23
- <li ><a href =`${webringURL }/prev/${webringSite }` >←</a ></li >
24
- <li ><a href ={ webringURL } >Home Page</a ></li >
25
- <li ><a href =`${webringURL }/rand` >🎲</a ></li >
26
- <li ><a href =`${webringURL }/next/${webringSite }` >→</a ></li >
27
- </ul >
18
+ Some experiments
28
19
29
20
<div id =" my-canvas" ></div >
30
21
</div >
@@ -82,19 +73,6 @@ const webringURL = "https://nixwebr.ing";
82
73
align-items: center;
83
74
}
84
75
85
- .webring-control {
86
- display: flex;
87
- flex-direction: row;
88
- padding: 10px 0;
89
- gap: 10px;
90
-
91
- & a {
92
- border-radius: 6px;
93
- background-color: var(--elem-neutral);
94
- padding: 10px;
95
- }
96
- }
97
-
98
76
#my-canvas {
99
77
width: 600px;
100
78
height: 600px;
You can’t perform that action at this time.
0 commit comments