diff options
| author | Carson Fleming <cflems@cflems.net> | 2023-10-20 02:04:13 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2023-10-20 02:04:13 -0400 |
| commit | 5b4f8c220bbcbe1ee4b684f91db7cc419e423a41 (patch) | |
| tree | 4db3408a0f12dc32377516af04a77631ee1bd08b /static/index.html | |
| parent | 383c7324f0955533b0f9eb02c80493d79c54ffb6 (diff) | |
| download | fle.ms-5b4f8c220bbcbe1ee4b684f91db7cc419e423a41.tar.gz | |
Non-hideous 404 page and link styling
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index 6e5723e..25d0fd9 100644 --- a/static/index.html +++ b/static/index.html @@ -10,7 +10,7 @@ <link rel="stylesheet" type="text/css" href="css/mobile.css" /> <title>fle.ms</title> </head> - <body class="dark"> + <body> <div id="header"> <h1 id="logo">fle.ms</h1> </div> |
