diff options
| author | seth <[email protected]> | 2022-07-23 03:16:09 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-07-23 03:28:18 -0400 |
| commit | 56b62c77c0ec5bee270e20119de68d918d28355b (patch) | |
| tree | 790cd46dc489eb5d156b0dfc9c0772963484eb1f /src/index.html | |
| parent | ee762034d1d1662d76f62c9e10236bc7cc5ad371 (diff) | |
update
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/index.html b/src/index.html index 1779e22..44fd544 100644 --- a/src/index.html +++ b/src/index.html @@ -10,23 +10,16 @@ </head> <body> - <div id="content"> + <div class="content"> <p id="p1"> i'm not sure why i wasted my money on this...have fun i guess </p> </div> - <div id="servers"> + <div class="content"> <h1 id="serverHeader">servers currently running:</h1> <ul id="list"> - <li>minecraft (fabric on 1.17.1)</li> + <li>none because i'm broke</li> </ul> </div> - <div id="Modpack Download"> - <h1 id="downloadHeader">downloads:</h1> - <p id="p2"> - you can download my fabric modpack - <a href="files/g3tchoo-mods-1.2+1.17.1.zip">here</a>. - </p> - </div> </body> </html> |
