feat: add webrings page
This commit is contained in:
parent
650b4890ef
commit
c2997ebbfb
6 changed files with 56 additions and 1 deletions
|
@ -36,6 +36,9 @@
|
|||
</ul>
|
||||
</nav>
|
||||
<ul class="[ cluster p-0 m-0 ]" role="list">
|
||||
<li>
|
||||
<a href="/webrings">Webrings</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/changelog">Changelog</a>
|
||||
</li>
|
||||
|
|
3
src/_includes/svgs/arrow-left.svg
Normal file
3
src/_includes/svgs/arrow-left.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 10L8 14L6 14L-2.62268e-07 8L6 2L8 2L8 6L16 6L16 10L8 10Z" fill="currentColor"/>
|
||||
</svg>
|
After Width: | Height: | Size: 195 B |
3
src/_includes/svgs/arrow-right.svg
Normal file
3
src/_includes/svgs/arrow-right.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 6L8 2L10 2L16 8L10 14L8 14L8 10L-1.74845e-07 10L-3.01991e-07 6L8 6Z" fill="currentColor"/>
|
||||
</svg>
|
After Width: | Height: | Size: 206 B |
4
src/_includes/svgs/dice.svg
Normal file
4
src/_includes/svgs/dice.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 0H0V10H10V0ZM3 4C3.55228 4 4 3.55228 4 3C4 2.44772 3.55228 2 3 2C2.44772 2 2 2.44772 2 3C2 3.55228 2.44772 4 3 4ZM8 7C8 7.55228 7.55228 8 7 8C6.44772 8 6 7.55228 6 7C6 6.44772 6.44772 6 7 6C7.55228 6 8 6.44772 8 7Z" fill="currentColor" />
|
||||
<path d="M6 16V12H12V6H16V16H6Z" fill="currentColor"/>
|
||||
</svg>
|
After Width: | Height: | Size: 450 B |
Loading…
Add table
Add a link
Reference in a new issue