diff options
| author | Scott Ostler <sbsotler@gmail.com> | 2010-11-22 09:05:20 -0500 |
|---|---|---|
| committer | Scott Ostler <sbsotler@gmail.com> | 2010-11-22 09:05:20 -0500 |
| commit | 51dba40fcebc5a5446a186cbd517bc859c7b430e (patch) | |
| tree | e4f6516695e6ff094a45441589a61c6764f3ec7a /template/3frames.st | |
| parent | 9e48126c34a821e44058ebc37f6e9d31ae1986eb (diff) | |
| parent | 572d443a91dc244a1bdc1fb930060d71e7ebc243 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/3frames.st')
| -rw-r--r-- | template/3frames.st | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/template/3frames.st b/template/3frames.st new file mode 100644 index 0000000..3fd00a8 --- /dev/null +++ b/template/3frames.st @@ -0,0 +1,15 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>dump.fm - Deal With It GIF Maker</title> + $head()$ + +</head> + +<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$ + +<div id="chatrap"><div id="dcontent"><div id="messagePane"> +<iframe src="http://3fram.es/" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div> + + <div id="footerc"> + $footer()$ + </div> +</body></html>
\ No newline at end of file |
