diff options
| -rw-r--r-- | src/404.html | 26 | ||||
| -rw-r--r-- | src/css/guzzle.css | 9 | ||||
| -rw-r--r-- | src/imgs/gifs/acab.gif | bin | 0 -> 8785 bytes | |||
| -rw-r--r-- | src/imgs/gifs/anybrowser.gif | bin | 0 -> 1286 bytes | |||
| -rw-r--r-- | src/imgs/gifs/arnold.gif | bin | 0 -> 5046 bytes | |||
| -rw-r--r-- | src/imgs/gifs/bob.gif | bin | 0 -> 142993 bytes | |||
| -rw-r--r-- | src/imgs/gifs/capitalism.gif | bin | 0 -> 253 bytes | |||
| -rw-r--r-- | src/imgs/gifs/counterstrike.gif | bin | 0 -> 5023 bytes | |||
| -rw-r--r-- | src/imgs/gifs/explorer.gif | bin | 0 -> 10877 bytes | |||
| -rw-r--r-- | src/imgs/gifs/fedora.gif | bin | 0 -> 1914 bytes | |||
| -rw-r--r-- | src/imgs/gifs/free.gif | bin | 0 -> 622 bytes | |||
| -rw-r--r-- | src/imgs/gifs/gimp.gif | bin | 0 -> 2602 bytes | |||
| -rw-r--r-- | src/imgs/gifs/gnu-linux.gif | bin | 0 -> 550 bytes | |||
| -rw-r--r-- | src/imgs/gifs/imagine.gif | bin | 0 -> 9865 bytes | |||
| -rw-r--r-- | src/imgs/gifs/jsfree.gif | bin | 0 -> 1695 bytes | |||
| -rw-r--r-- | src/imgs/gifs/kmelon.gif | bin | 0 -> 2964 bytes | |||
| -rw-r--r-- | src/imgs/gifs/legalize.gif | bin | 0 -> 7182 bytes | |||
| -rw-r--r-- | src/imgs/gifs/moz.gif | bin | 0 -> 2864 bytes | |||
| -rw-r--r-- | src/imgs/gifs/poweredbyfedora.gif | bin | 0 -> 2314 bytes | |||
| -rw-r--r-- | src/imgs/gifs/pride.gif | bin | 0 -> 17783 bytes | |||
| -rw-r--r-- | src/imgs/gifs/steam.gif | bin | 0 -> 2750 bytes | |||
| -rw-r--r-- | src/imgs/gifs/tired.gif | bin | 0 -> 899 bytes | |||
| -rw-r--r-- | src/imgs/gifs/vi.gif | bin | 0 -> 761 bytes | |||
| -rw-r--r-- | src/imgs/gifs/web3.gif | bin | 0 -> 483 bytes | |||
| -rw-r--r-- | src/imgs/gifs/weezer.gif | bin | 0 -> 24883 bytes | |||
| -rw-r--r-- | src/index.html | 41 | ||||
| -rw-r--r-- | src/lul.html | 2 |
27 files changed, 57 insertions, 21 deletions
diff --git a/src/404.html b/src/404.html index 82b8bc4..2c3441c 100644 --- a/src/404.html +++ b/src/404.html @@ -1,17 +1,17 @@ <!DOCTYPE html> <html> + <head> + <meta charset="utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <title>guzzle guzzle</title> + <meta name="description" content="seth's server for random stuff" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <link rel="stylesheet" href="css/guzzle.css" /> + </head> -<head> - <meta charset="utf-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=edge" /> - <title>guzzle guzzle</title> - <meta name="description" content="seth's server for random stuff" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="stylesheet" href="css/guzzle.css" /> -</head> - -<body> - <p>uh that file isn't here. maybe try again? (404 error)</p> -</body> - + <body> + <div id="container"> + <p>uh that file isn't here. maybe try again? (404 error)</p> + </div> + </body> </html> diff --git a/src/css/guzzle.css b/src/css/guzzle.css index 552b749..f3bc9e0 100644 --- a/src/css/guzzle.css +++ b/src/css/guzzle.css @@ -3,10 +3,17 @@ body { font-family: monospace; } -.content p,li { +.content p, +li { font-size: large; } +.gifs { + width: 33%; + clear: both; + text-align: center; +} + #vidya { display: flex; justify-content: center; diff --git a/src/imgs/gifs/acab.gif b/src/imgs/gifs/acab.gif Binary files differnew file mode 100644 index 0000000..6f8ccef --- /dev/null +++ b/src/imgs/gifs/acab.gif diff --git a/src/imgs/gifs/anybrowser.gif b/src/imgs/gifs/anybrowser.gif Binary files differnew file mode 100644 index 0000000..d7c0e0e --- /dev/null +++ b/src/imgs/gifs/anybrowser.gif diff --git a/src/imgs/gifs/arnold.gif b/src/imgs/gifs/arnold.gif Binary files differnew file mode 100644 index 0000000..0035988 --- /dev/null +++ b/src/imgs/gifs/arnold.gif diff --git a/src/imgs/gifs/bob.gif b/src/imgs/gifs/bob.gif Binary files differnew file mode 100644 index 0000000..90b6dd5 --- /dev/null +++ b/src/imgs/gifs/bob.gif diff --git a/src/imgs/gifs/capitalism.gif b/src/imgs/gifs/capitalism.gif Binary files differnew file mode 100644 index 0000000..c4abb60 --- /dev/null +++ b/src/imgs/gifs/capitalism.gif diff --git a/src/imgs/gifs/counterstrike.gif b/src/imgs/gifs/counterstrike.gif Binary files differnew file mode 100644 index 0000000..612e116 --- /dev/null +++ b/src/imgs/gifs/counterstrike.gif diff --git a/src/imgs/gifs/explorer.gif b/src/imgs/gifs/explorer.gif Binary files differnew file mode 100644 index 0000000..676ef7d --- /dev/null +++ b/src/imgs/gifs/explorer.gif diff --git a/src/imgs/gifs/fedora.gif b/src/imgs/gifs/fedora.gif Binary files differnew file mode 100644 index 0000000..5953e46 --- /dev/null +++ b/src/imgs/gifs/fedora.gif diff --git a/src/imgs/gifs/free.gif b/src/imgs/gifs/free.gif Binary files differnew file mode 100644 index 0000000..6ed18d1 --- /dev/null +++ b/src/imgs/gifs/free.gif diff --git a/src/imgs/gifs/gimp.gif b/src/imgs/gifs/gimp.gif Binary files differnew file mode 100644 index 0000000..382315e --- /dev/null +++ b/src/imgs/gifs/gimp.gif diff --git a/src/imgs/gifs/gnu-linux.gif b/src/imgs/gifs/gnu-linux.gif Binary files differnew file mode 100644 index 0000000..89e3562 --- /dev/null +++ b/src/imgs/gifs/gnu-linux.gif diff --git a/src/imgs/gifs/imagine.gif b/src/imgs/gifs/imagine.gif Binary files differnew file mode 100644 index 0000000..fc9f559 --- /dev/null +++ b/src/imgs/gifs/imagine.gif diff --git a/src/imgs/gifs/jsfree.gif b/src/imgs/gifs/jsfree.gif Binary files differnew file mode 100644 index 0000000..b83040c --- /dev/null +++ b/src/imgs/gifs/jsfree.gif diff --git a/src/imgs/gifs/kmelon.gif b/src/imgs/gifs/kmelon.gif Binary files differnew file mode 100644 index 0000000..bc95862 --- /dev/null +++ b/src/imgs/gifs/kmelon.gif diff --git a/src/imgs/gifs/legalize.gif b/src/imgs/gifs/legalize.gif Binary files differnew file mode 100644 index 0000000..071d4d4 --- /dev/null +++ b/src/imgs/gifs/legalize.gif diff --git a/src/imgs/gifs/moz.gif b/src/imgs/gifs/moz.gif Binary files differnew file mode 100644 index 0000000..ad0653a --- /dev/null +++ b/src/imgs/gifs/moz.gif diff --git a/src/imgs/gifs/poweredbyfedora.gif b/src/imgs/gifs/poweredbyfedora.gif Binary files differnew file mode 100644 index 0000000..a632810 --- /dev/null +++ b/src/imgs/gifs/poweredbyfedora.gif diff --git a/src/imgs/gifs/pride.gif b/src/imgs/gifs/pride.gif Binary files differnew file mode 100644 index 0000000..9a48896 --- /dev/null +++ b/src/imgs/gifs/pride.gif diff --git a/src/imgs/gifs/steam.gif b/src/imgs/gifs/steam.gif Binary files differnew file mode 100644 index 0000000..1f4fe29 --- /dev/null +++ b/src/imgs/gifs/steam.gif diff --git a/src/imgs/gifs/tired.gif b/src/imgs/gifs/tired.gif Binary files differnew file mode 100644 index 0000000..bf53872 --- /dev/null +++ b/src/imgs/gifs/tired.gif diff --git a/src/imgs/gifs/vi.gif b/src/imgs/gifs/vi.gif Binary files differnew file mode 100644 index 0000000..9aa8301 --- /dev/null +++ b/src/imgs/gifs/vi.gif diff --git a/src/imgs/gifs/web3.gif b/src/imgs/gifs/web3.gif Binary files differnew file mode 100644 index 0000000..4f5a2f1 --- /dev/null +++ b/src/imgs/gifs/web3.gif diff --git a/src/imgs/gifs/weezer.gif b/src/imgs/gifs/weezer.gif Binary files differnew file mode 100644 index 0000000..d7fa9d1 --- /dev/null +++ b/src/imgs/gifs/weezer.gif 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> diff --git a/src/lul.html b/src/lul.html index afbc85a..d0cf4e7 100644 --- a/src/lul.html +++ b/src/lul.html @@ -11,7 +11,7 @@ <body> <div id="vidya"> <video width="1280" height="720" controls autoplay muted> - <source src="files/rickroll.mp4" type="video/mp4"> + <source src="files/rickroll.mp4" type="video/mp4" /> </video> </div> </body> |
