summaryrefslogtreecommitdiff
path: root/template/debug.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/debug.st
parente620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff)
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/debug.st')
-rwxr-xr-xtemplate/debug.st3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/debug.st b/template/debug.st
index bba203f..97d4562 100755
--- a/template/debug.st
+++ b/template/debug.st
@@ -1,6 +1,8 @@
<html>
<title>dump.fm DEBUG</title>
$head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/debug.css?v=20260129">
+ <!--
<style>
#main {
padding: 100px 2em 0px 2em;
@@ -16,6 +18,7 @@
width: 100px;
}
</style>
+ -->
<body>
$banner()$
<div id="main">