zentaopms/www/tip4japanese.html
2023-05-16 10:47:08 +08:00

44 lines
1.9 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang='zh-cn'>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="renderer" content="webkit">
<title>日本語ライセンスを取得するには株式会社AIoTセンターにお問合せして下さい</title>
<style>
body{margin:0px;}
p{margin:0px; margin-bottom:3px;}
</style>
</head>
<body>
<div style='width:500px;margin:100px auto; border:1px solid #000; padding:10px;'>
<h5 style='margin-top:0px;'>日本語ライセンスを取得するには株式会社AIoTセンターにお問合せして下さい</h5>
<div style='font-size:12px;'>
<p>〒104-0041 東京都中央区新富1-15-11 マキプラザ 3階</p>
<p>電話03-3537-9700(代表)</p>
<p>MailTosales1@aiot.co.jp</p>
</div>
<div style='margin-top:20px; font-size:13px;'>
Language :
<a style='padding-right:5px;' href="javascript:switchLang('zh-cn')">简体</a>
<a style='padding-right:5px;' href="javascript:switchLang('zh-tw')">繁體</a>
<a style='padding-right:5px;' href="javascript:switchLang('en')">English</a>
<a style='padding-right:5px;' href="javascript:switchLang('de')">Deutsch</a>
<a style='padding-right:5px;' href="javascript:switchLang('fr')">Français</a>
<a style='padding-right:5px;' href="javascript:switchLang('vi')">Tiếng Việt</a>
</div>
</div>
<script>
function switchLang(lang)
{
pathName = location.pathname;
pathName = pathName.substring(0, pathName.lastIndexOf ('/') + 1);
document.cookie = "lang=" + lang + "; path=" + pathName + ";";
location.href = window.location.protocol + "//" + window.location.host + pathName;
}
</script>
</body>
</html>