diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 20:00:59 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 20:00:59 +0000 |
| commit | 74fbee8d95f42740a9f716109b0523b1619d1e87 (patch) | |
| tree | ac3bda7f11665408ec345b04eaf1e88614a9526b /static/index.html | |
| parent | e8822d8546199169a6bd1bb8592bf1d6c57f8e49 (diff) | |
Refactor: rename dump DOM ids to hump
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/index.html b/static/index.html index 384efa7..a7c912f 100755 --- a/static/index.html +++ b/static/index.html @@ -145,7 +145,7 @@ background-image:url(/static/img/ylgrad.png); -moz-border-radius-topright:10px; } #wtftxt a{color:black;} -#previewdump{ +#previewhump{ background-color:#fff; padding:5px; padding-left:10px; @@ -162,10 +162,10 @@ background-image:url(/static/img/grgrad.png); opacity:0.6; } -#previewdump a:link{ +#previewhump a:link{ color:black; } -#previewdump a:hover{ +#previewhump a:hover{ color:#000000; } input { @@ -346,7 +346,7 @@ HOME OF DEAL WITH IT!! Click here to Register!</a> </div> <div id="strapline">Talk with Pictures!</div> -<a href="/chat"><div id="previewdump"> +<a href="/chat"><div id="previewhump"> preview hump.fm! </div> </a> |
