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/index.html | |
| parent | 56b62c77c0ec5bee270e20119de68d918d28355b (diff) | |
linting
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 8 |
1 files changed, 4 insertions, 4 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> |
