summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 19:33:57 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 19:33:57 +0000
commitde9b7c3536a28c2b1bda458e16efb492d1efabcd (patch)
tree0b687a064bddd6d3846e0f32a4486787e6192b6d /static
parent75cf2a9c3cd925d2d8de4b5ef98bdd55c29e9861 (diff)
Rebrand: remove dump wording; env SMTP creds
Diffstat (limited to 'static')
-rwxr-xr-xstatic/error/500.html2
-rwxr-xr-xstatic/error/error.html2
-rwxr-xr-xstatic/html/help.html2
-rwxr-xr-xstatic/html/help2.html2
-rw-r--r--static/html/hump_welcome.html18
-rwxr-xr-xstatic/templates/banner_dis.st4
6 files changed, 24 insertions, 6 deletions
diff --git a/static/error/500.html b/static/error/500.html
index 1a19b8b..1c1d13d 100755
--- a/static/error/500.html
+++ b/static/error/500.html
@@ -13,7 +13,7 @@ img{border:0px;}
<img src="https://archive.hump.fm/images/20100826/1282858117687-humpfm-ryder-404.gif">
<br>
We're sorry...
-<br>dump is down cuz of the government or we're too poor.<br><br>
+<br>hump is down cuz of the government or we're too poor.<br><br>
<a href="/"><img src="/static/img/humppixelhover.png" class="memelogo"></a>
</center>
</body>
diff --git a/static/error/error.html b/static/error/error.html
index 1a19b8b..1c1d13d 100755
--- a/static/error/error.html
+++ b/static/error/error.html
@@ -13,7 +13,7 @@ img{border:0px;}
<img src="https://archive.hump.fm/images/20100826/1282858117687-humpfm-ryder-404.gif">
<br>
We're sorry...
-<br>dump is down cuz of the government or we're too poor.<br><br>
+<br>hump is down cuz of the government or we're too poor.<br><br>
<a href="/"><img src="/static/img/humppixelhover.png" class="memelogo"></a>
</center>
</body>
diff --git a/static/html/help.html b/static/html/help.html
index 05629ca..c8e8d9c 100755
--- a/static/html/help.html
+++ b/static/html/help.html
@@ -57,7 +57,7 @@ Oh hai Gaga! Its Easy! Here are some ways...<br>
<div class="CBtxt">
<div class="CBcontent">
<div class="CBt"></div>
-<b>Image Search</b> The image search tool is probably the easiest way to post. Simply enter a search term and see images. When you find one you like, just click "Dump This!" and the image will post.
+<b>Image Search</b> The image search tool is probably the easiest way to post. Simply enter a search term and see images. When you find one you like, just click "Hump This!" and the image will post.
<br><img src="/static/img/imagesearchhelp.png"><br>
You can also narrow down your search criteria by clicking on 'options' and choosing where the images come from, the file type, size..etc.
<br>
diff --git a/static/html/help2.html b/static/html/help2.html
index 01bf133..d27d0d2 100755
--- a/static/html/help2.html
+++ b/static/html/help2.html
@@ -62,7 +62,7 @@ Oh hai Gaga! Its Easy! Here are some ways...<br>
<div class="CBtxt">
<div class="CBcontent">
<div class="CBt"></div>
-<b>Image Search</b> The image search tool is probably the easiest way to post. Simply enter a search term and see images. When you find one you like, just click "Dump This!" and the image will post.
+<b>Image Search</b> The image search tool is probably the easiest way to post. Simply enter a search term and see images. When you find one you like, just click "Hump This!" and the image will post.
<br><img src="/static/img/imagesearchhelp.png"><br>
You can also narrow down your search criteria by clicking on 'options' and choosing where the images come from, the file type, size..etc.
<br>
diff --git a/static/html/hump_welcome.html b/static/html/hump_welcome.html
new file mode 100644
index 0000000..4ceda98
--- /dev/null
+++ b/static/html/hump_welcome.html
@@ -0,0 +1,18 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>hump.fm</title>
+ <style>
+ body { margin: 0; padding: 16px; font-family: Arial, Helvetica, sans-serif; background: #fff; color: #111; }
+ h1 { margin: 0 0 8px; font-size: 18px; }
+ p { margin: 0 0 10px; line-height: 1.4; }
+ a { color: #06c; }
+ </style>
+ </head>
+ <body>
+ <h1>Welcome to hump.fm</h1>
+ <p>Paste an image URL, upload a file, or snap a pic from your webcam.</p>
+ <p><a href="/register">Create an account</a> or <a href="/login">sign in</a>.</p>
+ </body>
+</html>
diff --git a/static/templates/banner_dis.st b/static/templates/banner_dis.st
index 3d2123b..546b475 100755
--- a/static/templates/banner_dis.st
+++ b/static/templates/banner_dis.st
@@ -15,7 +15,7 @@ $else$
<div id="dislogo">
<div align="center">
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 />
- <a href="http://dismagazine.com"><img src="$domain$/static/img/dis.png" class="dislogo"><a class="img_rolldis" href="$domain$"></a>
+ <a href="https://dismagazine.com"><img src="$domain$/static/img/dis.png" class="dislogo"><a class="img_rolldis" href="$domain$"></a>
</div>
</div>
@@ -129,7 +129,7 @@ $if(!user_nick)$
</p>
</div>
<div id="dis_welcome">
- <iframe src="http://dismagazine.com/html/dis-dump.html" id="dis_frame" frameborder="0"></iframe>
+ <iframe src="/static/html/hump_welcome.html" id="dis_frame" frameborder="0"></iframe>
</div>
<link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
<link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen" />