summaryrefslogtreecommitdiff
path: root/template/rooms/vortex.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/vortex.st
parente620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff)
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/rooms/vortex.st')
-rwxr-xr-xtemplate/rooms/vortex.st5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/rooms/vortex.st b/template/rooms/vortex.st
index 64474b8..6f3a4ca 100755
--- a/template/rooms/vortex.st
+++ b/template/rooms/vortex.st
@@ -2,6 +2,7 @@
<html>
<head>
<title>dump.fm image vortex</title>
+<link rel="stylesheet" type="text/css" href="/static/css/rooms_vortex.css?v=20260129">
@@ -15,7 +16,7 @@
</script>
-<style type="text/css">
+<!--<style type="text/css">
@@ -86,7 +87,7 @@ text-decoration:none;
color:blue;
}
-</style>
+</style>-->
<script type="text/javascript">
id = function(o) { return document.getElementById(o); }
px = function (x) { return ''.concat(Math.round(x), 'px'); }