diff options
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> |
