diff options
| author | Seth Flynn <[email protected]> | 2021-06-09 01:07:07 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2021-06-09 02:07:36 -0400 |
| commit | e754feb4c8869eb80020df2427f32cf10bbd4183 (patch) | |
| tree | b127d23b3097bffa4aa8af18e703aa81c2172a37 /src/index.html | |
initial commit
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..5bde0b6 --- /dev/null +++ b/src/index.html @@ -0,0 +1,22 @@ +<!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 id="content"> + <p id="p1">i'm not sure why i wasted my money on this...have fun i guess</p> + </div> + <div id="servers"> + <h1 id="header2">servers currently running:</h1> + <ul id="list"> + <li>minecraft (fabric on 1.17)</li> + </ul> + </div> + </body> +</html> |
