summaryrefslogtreecommitdiff
path: root/static/html/hump_welcome.html
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/html/hump_welcome.html
parent75cf2a9c3cd925d2d8de4b5ef98bdd55c29e9861 (diff)
Rebrand: remove dump wording; env SMTP creds
Diffstat (limited to 'static/html/hump_welcome.html')
-rw-r--r--static/html/hump_welcome.html18
1 files changed, 18 insertions, 0 deletions
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>