summaryrefslogtreecommitdiff
path: root/template/rooms/chat.down.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-29 23:36:35 +0000
committeryo momma <shutup@oops.wtf>2026-01-29 23:36:35 +0000
commitb2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch)
tree9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /template/rooms/chat.down.st
parente620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff)
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/rooms/chat.down.st')
-rwxr-xr-xtemplate/rooms/chat.down.st10
1 files changed, 4 insertions, 6 deletions
diff --git a/template/rooms/chat.down.st b/template/rooms/chat.down.st
index ef1b267..93d106f 100755
--- a/template/rooms/chat.down.st
+++ b/template/rooms/chat.down.st
@@ -16,17 +16,15 @@
<html>
<head>
-<link rel="shortcut icon" href="$domain$/static/favicon.ico">
+<link rel="shortcut icon" href="/static/favicon.ico">
<title>dump.fm</title>
- <style>
- body{width:100%;height:100%;background-image:url('http://i.imgur.com/JR7Ge.gif');overflow:hidden;}
- </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/chat_down.css?v=20260129">
</head>
<body>
<center>
- <img src="http://i.imgur.com/BNeoy.png"style="margin-top:15%;">
+ <img src="https://i.imgur.com/BNeoy.png" style="margin-top:15%;">
</center>
</body></html>
- \ No newline at end of file
+