diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-27 03:33:16 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-27 03:33:16 +0000 |
| commit | fc9a4ea22eb91757b95cbe1bf1708be17fc2337a (patch) | |
| tree | 76a0122149e3288ee21d7fb6d0410b1b7b8970a4 /static/index.html | |
| parent | 25b74138d68ade87689e714f10e1f3116da5bbee (diff) | |
- Replace hardcoded dump.fm URLs with host/scheme config\n- Add optional passwordless login flow\n- Update templates/static assets to avoid blocked HTTP resources\n- Ignore local uploads/SQL dumps
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 08df9ad..fd6afe7 100755 --- a/static/index.html +++ b/static/index.html @@ -3,7 +3,7 @@ <title>dump.fm</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META NAME="description" CONTENT="Talk with pictures!"> - <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> + <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <script type="text/javascript" src="/static/js/home.js"></script> <link rel="shortcut icon" href="/static/favicon.ico"> <script src="/static/js/loopedslider.js" type="text/javascript" charset="utf-8"></script> @@ -72,7 +72,7 @@ background-color:#fff; font-family:Arial, Helvetica, sans-serif; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; } #content{ - background:url(http://dump.fm/images/20100622/1277257188414-dumpfm-ryder-cloudsslower.gif); + background:url(https://archive.hump.fm/images/20100622/1277257188414-dumpfm-ryder-cloudsslower.gif); background-position:top center; background-repeat:repeat-x; } @@ -323,11 +323,11 @@ padding:5px; <div id="rapper"> <div id="toplogo"> <img src="/static/img/dumppixellarge.png"> -<a href="http://dump.fm/m/slothgoth"> +<a href="/m/slothgoth"> <div id="lilflag"> HOME OF THE SLOTHGOTH!! </div></a> -<a href="http://dump.fm/m/dealwithit"> +<a href="/m/dealwithit"> <div id="lilflagr"> HOME OF DEAL WITH IT!! </div></a> |
