diff options
| author | seth <[email protected]> | 2023-01-07 02:34:34 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-07 02:34:34 -0500 |
| commit | 445ace8236270fd31b90bb70420b85783f91cc4e (patch) | |
| tree | c7ab4e54174f0955c7fcda5f2841152ec32c9e7a /src/index.html | |
| parent | a0390f51c9cd695b8ab6629234f29adcd4fc61c5 (diff) | |
feat: add funni gifs
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 41 |
1 files changed, 35 insertions, 6 deletions
diff --git a/src/index.html b/src/index.html index 4f3e3a8..06bd117 100644 --- a/src/index.html +++ b/src/index.html @@ -11,17 +11,46 @@ <body> <div class="content"> - <p> - i'm not sure why i wasted my money on this...have fun i guess - </p> - </div> - <div class="content"> + <p>i'm not sure why i wasted my money on this...have fun i guess</p> + <h1>servers currently running:</h1> <ul> <li>1.19.2 quilt server (w/ origins)</li> </ul> - <br> + <br /> + <b><a href="lul.html">click me</a></b> </div> + + <br /> + <br /> + <div class="gifs"> + <img src="imgs/gifs/legalize.gif" alt="legalize now!" /> + <br /> + + <img src="/imgs/gifs/acab.gif" alt="acab" /> + <img src="/imgs/gifs/poweredbyfedora.gif" alt="powered by fedora" /> + <img src="/imgs/gifs/capitalism.gif" alt="let's crush capitalism!" /> + <br /> + + <img src="/imgs/gifs/anybrowser.gif" alt="best viewed with any browser" /> + <img src="/imgs/gifs/weezer.gif" alt="weezer fan" /> + <img src="/imgs/gifs/steam.gif" alt="play with steam" /> + <img src="/imgs/gifs/vi.gif" alt="made with vi" /> + <img src="/imgs/gifs/pride.gif" alt="pride" /> + <img src="/imgs/gifs/imagine.gif" alt="imagination" /> + <br /> + + <img src="/imgs/gifs/moz.gif" alt="mozilla is cool" /> + <img src="/imgs/gifs/free.gif" alt="completely free software" /> + <img src="/imgs/gifs/gimp.gif" alt="graphics by gimp" /> + <img src="/imgs/gifs/explorer.gif" alt="marijuana mind explorer" /> + <img src="/imgs/gifs/jsfree.gif" alt="javascript free" /> + <img src="/imgs/gifs/web3.gif" alt="keep the web free! say no to web3!" /> + <img src="/imgs/gifs/tired.gif" alt="tired" /> + <img src="/imgs/gifs/arnold.gif" alt="hey arnold!" /> + <img src="/imgs/gifs/bob.gif" alt="powered by bob" /> + <img src="/imgs/gifs/counterstrike.gif" alt="counter-strike player" /> + </div> </body> </html> |
