Skip to content

Commit d8f7bab

Browse files
committed
remove webring
1 parent 84d98d9 commit d8f7bab

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

src/pages/experiments/index.astro

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,7 @@ const webringURL = "https://nixwebr.ing";
1515
>
1616
<Centered class:list={["test"]}>
1717
<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
2819

2920
<div id="my-canvas"></div>
3021
</div>
@@ -82,19 +73,6 @@ const webringURL = "https://nixwebr.ing";
8273
align-items: center;
8374
}
8475

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-
9876
#my-canvas {
9977
width: 600px;
10078
height: 600px;

0 commit comments

Comments
 (0)