diff options
Diffstat (limited to 'template/picnic.st')
| -rw-r--r-- | template/picnic.st | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/template/picnic.st b/template/picnic.st new file mode 100644 index 0000000..e53af50 --- /dev/null +++ b/template/picnic.st @@ -0,0 +1,16 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>DIS/dump - 8/14/10 PICNIC</title> + $head()$ +<style> +#picnic{position:fixed;height:100%;width:100%} +#picnic img{position:fixed;height:100%;width:100%} +</style> +</head> + +<body> +<div id="picnic"> +<img src="http://dump.fm/images/20100812/1281635098481-dumpfm-pixelfuck-Untitled-66.gif"> +</div> + + +</body></html>
\ No newline at end of file |
