diff options
Diffstat (limited to 'template/flag.st')
| -rw-r--r-- | template/flag.st | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/template/flag.st b/template/flag.st new file mode 100644 index 0000000..0280fbe --- /dev/null +++ b/template/flag.st @@ -0,0 +1,14 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>dump.fm - Flag 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://www.makesweet.com/mixer/my-flag" 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 |
