summaryrefslogtreecommitdiff
path: root/template/log.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-03 22:01:05 +0000
committeryo momma <shutup@oops.wtf>2026-02-03 22:01:05 +0000
commit36202d8defb26f87264914f60c39c768cff3729e (patch)
treea57224b8bba7fc7a7c65a8c3b0408847e9043a3d /template/log.st
parentd220d620e425ee6128c83229467e3ccac8f3ebf2 (diff)
Hump.fm: remove dump.fm branding
Diffstat (limited to 'template/log.st')
-rwxr-xr-xtemplate/log.st6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/log.st b/template/log.st
index 718f360..a2a8888 100755
--- a/template/log.st
+++ b/template/log.st
@@ -1,6 +1,6 @@
<html>
<head>
- <title>dump.fm log</title>
+ <title>hump.fm log</title>
$head()$
<script>
var Recips = [];
@@ -31,13 +31,13 @@
<div id="msginputrapper">
$if(prev)$
- <a href="http://$roomkey$dump.fm/log/$prev$"><input id="prevbutton" value="<- Prev" readonly="true"></a>
+ <a href="http://$roomkey$hump.fm/log/$prev$"><input id="prevbutton" value="<- Prev" readonly="true"></a>
$else$
<input id="prevbutton" readonly="true">
$endif$
$if(next)$
- <a href="http://$roomkey$dump.fm/log/$next$""> <input id="nextbutton" value="Next ->" readonly="true"></a>
+ <a href="http://$roomkey$hump.fm/log/$next$""> <input id="nextbutton" value="Next ->" readonly="true"></a>
$else$
<input id="nextbutton" value="nomodumps" readonly="true">
$endif$