diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/css/guzzle.css | 9 | ||||
| -rw-r--r-- | src/index.html | 13 | ||||
| -rw-r--r-- | src/lul.html | 18 |
3 files changed, 30 insertions, 10 deletions
diff --git a/src/css/guzzle.css b/src/css/guzzle.css index 52caac2..ac224f2 100644 --- a/src/css/guzzle.css +++ b/src/css/guzzle.css @@ -2,3 +2,12 @@ body { background-color: tan; font-family: monospace; } + +.content p,li { + font-size: large; +} + +#vidya { + display: flex; + justify-content: center; +} 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> diff --git a/src/lul.html b/src/lul.html new file mode 100644 index 0000000..26db043 --- /dev/null +++ b/src/lul.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <title>fard</title> + <! <meta name="description" content="yuh" /> > + <! <meta name="viewport" content="width=device-width, initial-scale=1" /> > + <link rel="stylesheet" href="css/guzzle.css" /> + </head> + <body> + <div id="vidya"> + <video width="1280" height="720" controls> + <source src="files/rickroll.webm" type="video/webm"> + </video> + </div> + </body> +</html> |
