diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
| commit | b2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch) | |
| tree | 9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /template/slothgoth.st | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/slothgoth.st')
| -rwxr-xr-x | template/slothgoth.st | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/slothgoth.st b/template/slothgoth.st index f0cab35..11483fa 100755 --- a/template/slothgoth.st +++ b/template/slothgoth.st @@ -3,6 +3,10 @@ <title>dump.fm - sloth goth</title> + <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/meme_pages_padding10.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/meme_pages_rightinfo.css?v=20260129"> + <!-- <style> @@ -83,6 +87,7 @@ text-decoration:none; </style> + --> <script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script> |
