File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,14 @@ template = "radar.html"
83
83
<a class="fancy-link hover-cursor" onclick="freecta(this)">Click here for free cta!</a><br>
84
84
<a class="fancy-link" href="//git.ssi.fyi">Forgejo</a> <a class="fancy-link" href="/scanners">Scanners</a>
85
85
</nav>
86
- <div class="centered"><img src="/88x31.gif" /></div>
86
+ <div class="centered">
87
+ <img src="/88x31.gif" />
88
+ <p class="webring">
89
+ <a class="webring" href="https://ring.ssi.fyi/previous?host=ssi.fyi">←</a>
90
+ <a class="webring" href="https://ring.ssi.fyi/">ssi webring</a>
91
+ <a class="webring" href="https://ring.ssi.fyi/next?host=ssi.fyi">→</a>
92
+ </p>
93
+ </div>
87
94
</div>
88
95
</div >
89
96
</div >
Original file line number Diff line number Diff line change @@ -86,3 +86,9 @@ a, a:visited {
86
86
.hover-cursor {
87
87
cursor : pointer ;
88
88
}
89
+
90
+ .webring {
91
+ text-decoration : none ;
92
+ font-weight : lighter ;
93
+ margin-top : 30px ;
94
+ }
You can’t perform that action at this time.
0 commit comments