add stardust
This commit is contained in:
parent
051f4b0e0a
commit
574cd91fbd
2 changed files with 15 additions and 3 deletions
BIN
88x31/stardust.png
Normal file
BIN
88x31/stardust.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
18
index.html
18
index.html
|
@ -75,6 +75,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.friends {
|
||||
display: inline-flex;
|
||||
text-align: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
</style>
|
||||
<body>
|
||||
|
@ -123,9 +128,16 @@
|
|||
<footer>
|
||||
<section>
|
||||
<h2>other creatures</h2>
|
||||
<p>
|
||||
<i>(standby)</i>
|
||||
</p>
|
||||
<div class="friends">
|
||||
<!-- self row -->
|
||||
<div>
|
||||
<a href="https://noe.sh"><img src="/yay/88x31.png" width="88" height="31" /></a>
|
||||
</div>
|
||||
<!-- Others -->
|
||||
<div>
|
||||
<a href="https://stardust.elysium.gay"><img src="88x31/stardust.png" width="88" height="31" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h2>live creature reactions</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue