blob: 62a108864c8be0b481c6bae78dd401a18d6aa0ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
<!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>
<body>
<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>
<li>
<a href="https://github.com/getchoo/guzzle_api">guzzle_api</a> (for
<a href="https://github.com/getchoo/moyaiBot"> moyaibot</a>)
</li>
</ul>
<br />
<p>
here's my <a href="/files/getchoo-modpack.zip">modpack</a> (compatible
with multimc/prism launcher,
<a href="https://github.com/getchoo/modpack">github link</a>)
</p>
<br />
<b><a href="lul.html">click me</a></b>
</div>
<br />
<br />
<div class="gifs">
<script type="module" src="/js/chrisApp.js"></script>
<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" />
<img src="/imgs/gifs/chris.gif" alt="chris troll" id="chris_gif" />
</div>
</body>
</html>
|