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/meme.st | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/meme.st')
| -rwxr-xr-x | template/meme.st | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/template/meme.st b/template/meme.st index c71f93d..fd820c2 100755 --- a/template/meme.st +++ b/template/meme.st @@ -2,7 +2,8 @@ <head> <title>dump.fm - sloth goth</title> - + <link rel="stylesheet" type="text/css" href="/static/css/meme.css?v=20260129"> + <!-- <style> body{margin:0px; background-color:#fff; @@ -18,8 +19,9 @@ background-position:top center; -webkit-box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #000; } - - </style> + + </style> + --> </head> <body class="memes"> @@ -69,4 +71,4 @@ background-position:top center; </div> </body> -</html>
\ No newline at end of file +</html> |
