forked from mark19891107/po-web-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.html
More file actions
26 lines (23 loc) · 1.01 KB
/
Copy pathbase.html
File metadata and controls
26 lines (23 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
<title>Public Digital Innovation Space - 公共數位創新空間</title>
<meta name="description" content="We incubate and facilitate public digital innovation and service.">
<meta property="og:title" content="Public Digital Innovation Space - 公共數位創新空間">
<meta property="og:url" content="/">
<meta property="og:image" content="/images/pdis-team.jpg">
<meta property="og:type" content="article">
<meta property="og:description" content="We incubate and facilitate public digital innovation and service.">
</head>
<body>
<script>
var lang = navigator.language || navigator.userLanguage;
if (lang.indexOf('zh-TW') == 0)
window.location = '/zh-TW/';
else
window.location = '/en/';
</script>
</body>
</html>