Add breakcore webring
This commit is contained in:
parent
b80cb0bf37
commit
b601767281
2 changed files with 16 additions and 0 deletions
10
index.njk
10
index.njk
|
|
@ -105,6 +105,16 @@ layout: base.njk
|
|||
</style>
|
||||
</div>
|
||||
</center>
|
||||
<center>
|
||||
<div style="width: fit-content; border: 2px outset; text-align:center">
|
||||
<p style="margin: 0; padding: 0.1em; border: 2px inset">This site is a member of the breakcore webring.</p>
|
||||
<div style="display: flex">
|
||||
<a style="flex: 1; margin: 0; padding: 0.1em; border: 2px inset" href="https://webri.ng/webring/breakcoreweb/previous?via=https%3A%2F%2Fadrianvic.github.io%2F">Previous Site</a>
|
||||
<a style="flex: 1; margin: 0; padding: 0.1em; border: 2px inset" href="https://appak.neocities.org/breakcore">Breakcore Webring</a>
|
||||
<a style="flex: 1; margin: 0; padding: 0.1em; border: 2px inset" href="https://webri.ng/webring/breakcoreweb/next?via=https%3A%2F%2Fadrianvic.github.io%2F">Next Site</a>
|
||||
</div>
|
||||
</div>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -749,6 +749,12 @@ header div:first-child {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
#homeWebrings {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1em;
|
||||
}
|
||||
|
||||
#telnetSimulation {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue