diff options
Diffstat (limited to 'template/oie.st')
| -rw-r--r-- | template/oie.st | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/template/oie.st b/template/oie.st new file mode 100644 index 0000000..6f6b0f2 --- /dev/null +++ b/template/oie.st @@ -0,0 +1,14 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>dump.fm - Online Image Editor</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.online-image-editor.com/" 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 |
