added link to slopwatch

This commit is contained in:
Rudis Muiznieks 2024-10-21 13:18:10 -05:00
parent a946e21b5f
commit e0401ef7c5
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
3 changed files with 8 additions and 0 deletions

BIN
assets/aipoop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -27,6 +27,10 @@
<li><a href='/tcue.html'>The Website That Got Me Expelled</a></li>
<li><a href='/na.html'>That Time I Trolled the Entire Internet</a></li>
</ul>
<h2>Old man waving his fist at A.I.:</h2>
<ul>
<li><a href='https://slopwatch.com'><img class='icon' src='/assets/aipoop.png' alt='SlopWatch'> SlopWatch.com</a></li>
</ul>
</div>
</main>
<footer>

View File

@ -33,6 +33,10 @@ body {
ol, ul {
list-style: none;
}
li img.icon {
height: 1rem;
vertical-align: baseline;
}
blockquote, q {
quotes: none;
}