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/index7.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/index7.html')
| -rwxr-xr-x | static/index7.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/index7.html b/static/index7.html index 30e1e3a..7a3f121 100755 --- a/static/index7.html +++ b/static/index7.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> @@ -297,13 +297,13 @@ padding:5px; <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> |
