diff options
-rw-r--r-- | staticweb/dir.html | 6 | ||||
-rw-r--r-- | staticweb/index.html | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/staticweb/dir.html b/staticweb/dir.html index 6b626a93..a533481b 100644 --- a/staticweb/dir.html +++ b/staticweb/dir.html @@ -5,6 +5,12 @@ <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> </td></tr> diff --git a/staticweb/index.html b/staticweb/index.html index a9f37606..2484bd5a 100644 --- a/staticweb/index.html +++ b/staticweb/index.html @@ -5,6 +5,12 @@ <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> </td></tr> |