-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (73 loc) · 2.63 KB
/
index.html
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Kii Cloud</title>
<meta content="Kii Cloud" name="keywords">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
<link rel="stylesheet" media="screen" href="./home.css">
</head>
<body id="home">
<div id="container">
<div class="notice">
</div>
<div class="alert">
</div>
<div id="main">
<header id="header">
<div class="logo">
<a href="http://www.kii.com/">Kii Cloud</a>
</div>
</header>
<div id="content">
<div class="wrapper">
<div class="intro">
<h1 class="lang-en">
The developer portal is undergoing maintenance.<br />
Please try again later.<br />
</h1>
<h1 class="lang-zh">
开发者平台正进行维护,<br />
请稍后再试。<br />
</h1>
<h1 class="lang-ja">
開発者ポータルはメンテナンス中です。<br />
しばらく後に再度アクセスしてください。<br />
</h1>
<h1 class="lang-es">
El portal para desarrolladores está en mantenimiento.<br />
Por favor, inténtelo de nuevo más tarde.<br />
</h1>
</div>
</div>
</div>
<footer>
<div class="wrapper">
<div class="logo">
<a href="http://www.kii.com/">Kii</a>
</div>
<div class="connect">
<ul>
<li class="fb">
<a href="http://www.facebook.com/kiicorp">Facebook</a>
</li>
<li class="t">
<a href="https://twitter.com/KiiJapan">Twitter</a>
</li>
<li class="in">
<a href="http://www.linkedin.com/company/1406171">Linked In</a>
</li>
</ul>
</div>
<div class="copyright">
© 2010 - 2024 Kii, All Rights Reserved
</div>
</div>
</footer>
</div>
</div>
<script>
document.querySelector('.copyright').textContent = `© 2010 - ${(new Date()).getFullYear()} Kii, All Rights Reserved`;
</script>
</body></html>