diff --git a/global.css b/global.css index 35ef959..6aa5382 100644 --- a/global.css +++ b/global.css @@ -63,6 +63,9 @@ body img { border: 0 } +:lang(de),:lang(es),:lang(jp) +{ display: none; } + #left-content { float: left; diff --git a/index.shtml b/index.shtml index 50e4171..f69cade 100644 --- a/index.shtml +++ b/index.shtml @@ -9,11 +9,17 @@ +
-

Home

+

+ Home + Página principal + Startseite + ホームページ +

diff --git a/js/intl.js b/js/intl.js new file mode 100644 index 0000000..5c3c9e3 --- /dev/null +++ b/js/intl.js @@ -0,0 +1,4 @@ +(function() +{ + // Internationalization stuff +})();