diff options
Diffstat (limited to 'staticweb/article.html')
-rw-r--r-- | staticweb/article.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/staticweb/article.html b/staticweb/article.html new file mode 100644 index 00000000..9cfee318 --- /dev/null +++ b/staticweb/article.html @@ -0,0 +1,17 @@ +[% INCLUDE header.html %] +<table width="75%" align="center"><tr><td> +看板: [% brdname %]<br /><a href=".">回上頁</a><br /> +<hr /> +</tr></td><tr><td> +<font size=+2><pre> +[% content %] +</pre></font> +</td></tr><tr><td> +<hr> +<a href=".">回上頁</a><br /> +<a href="telnet://ptt.cc">批踢踢實業坊</a> (<a href="http://ptt.cc">PttWeb</a>) +</td></tr> +</table> + +</body> +</html> |