diff options
Diffstat (limited to 'staticweb/banner.html')
-rw-r--r-- | staticweb/banner.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/staticweb/banner.html b/staticweb/banner.html new file mode 100644 index 00000000..4a8d0678 --- /dev/null +++ b/staticweb/banner.html @@ -0,0 +1,10 @@ +<div id="banner"> + <h1><a href="http://blog.ptt.cc/blog.pl/ptt/" + accesskey="1">[% IF gb %]批踢踢实业坊[% ELSE %]у金金龟穨[% END %]</a></h1> + +<div style="position:absolute; right: 15%;"> +<a href="./">[% IF gb %]繁体中文[% ELSE %]羉砰いゅ[% END %](big5)</a> +<a href="./?gb=1">[% IF gb %]简体中文[% ELSE %]虏砰いゅ[% END %](gb2312)</a> +</div> + +</div> |