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/picnic.st | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/picnic.st')
| -rwxr-xr-x | template/picnic.st | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/template/picnic.st b/template/picnic.st index 63a2524..a6c9655 100755 --- a/template/picnic.st +++ b/template/picnic.st @@ -1,10 +1,13 @@ <html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>DIS/dump - 8/14/10 PICNIC</title> - $head()$ -<style> + $head()$ + <link rel="stylesheet" type="text/css" href="/static/css/picnic.css?v=20260129"> + <!-- + <style> #picnic{position:fixed;height:100%;width:100%} #picnic img{position:fixed;height:100%;width:100%} -</style> + </style> + --> </head> <body> @@ -13,4 +16,4 @@ </div> -</body></html>
\ No newline at end of file +</body></html> |
