diff options
| author | seth <[email protected]> | 2022-08-04 20:56:52 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-04 20:56:52 -0400 |
| commit | d53b865a7040d1c384fc22ef782aed9be360ee9a (patch) | |
| tree | 580d5e0b8dfe508418bec18bddf859df9508b704 /src | |
| parent | 56b62c77c0ec5bee270e20119de68d918d28355b (diff) | |
linting
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.html | 8 | ||||
| -rw-r--r-- | src/lul.html | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/index.html b/src/index.html index 44fd544..89bdd34 100644 --- a/src/index.html +++ b/src/index.html @@ -11,14 +11,14 @@ <body> <div class="content"> - <p id="p1"> + <p> i'm not sure why i wasted my money on this...have fun i guess </p> </div> <div class="content"> - <h1 id="serverHeader">servers currently running:</h1> - <ul id="list"> - <li>none because i'm broke</li> + <h1>servers currently running:</h1> + <ul> + <li>none :)</li> </ul> </div> </body> diff --git a/src/lul.html b/src/lul.html index 26db043..bc3ce9d 100644 --- a/src/lul.html +++ b/src/lul.html @@ -4,8 +4,8 @@ <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" /> > + <!-- <meta name="description" content="yuh"/> --> + <!-- <meta name="viewport" content="width=device-width, initial-scale=1"/> --> <link rel="stylesheet" href="css/guzzle.css" /> </head> <body> |
