diff options
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> |
