diff options
Diffstat (limited to 'template/arcade.st')
| -rw-r--r-- | template/arcade.st | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/template/arcade.st b/template/arcade.st new file mode 100644 index 0000000..16b53c9 --- /dev/null +++ b/template/arcade.st @@ -0,0 +1,14 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>dump.fm - Arcade Text</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://nfggames.com/games/fontmaker" 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 |
