-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 2.62 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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover">
<meta name="format-detection" content="telephone=no,email=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="description" content="A mobile UI toolkit, designed for financial scenarios">
<title>Mand Mobile-A mobile UI toolkit, designed for financial scenarios</title>
<link rel="icon" href="https://static.galileo.xiaojukeji.com/static/tms/other/mand-mobile-logo.png" type="image/x-icon">
<link rel="stylesheet" href="https://manhattan.didistatic.com/static/manhattan/icon-font/mfe.css">
<link rel="stylesheet" href="./index.css">
<!-- <meta http-equiv="refresh" content="0;url=https://didi.github.io/mand-mobile"> -->
</head>
<body>
<div class="mand-mobile-container">
<p class="mand-mobile-logo"><img src="https://manhattan.didistatic.com/static/manhattan/mand/docs/mand-logo-black.svg" alt=""></p>
<h3 class="mand-mobile-name">Mand Mobile</h3>
<p class="mand-mobile-describe">💰 A mobile UI toolkit, designed for financial scenarios.</p>
<ul class="mand-mobile-buttons">
<!-- <li>
<a href="https://mand-mobile.github.io/1x-doc" target="_blank" title="Mand Mobile 1.x">mand-mobile 1.x</a>
</li> -->
<li>
<a href="https://didi.github.io/mand-mobile" target="_blank" title="Mand Mobile 2.x">mand-mobile</a>|<a class="small" href="https://mand-mobile.gitee.io/docs/index.gitee.html#/en-US/home" target="_blank" title="国内镜像">国内镜像</a>
</li>
<li>
<a href="https://didi.github.io/mand-mobile-rn" target="_blank" title="Mand Mobile React Native">mand-mobile-rn</a>
</li>
<li>
<a href="https://mand-mobile.github.io/palette" target="_blank" title="Mand Mobile Palette">Palette</a>
</li>
</ul>
</div>
<div class="mand-mobile-community">
<a class="mand-mobile-git" href="https://github.com/mand-mobile" title="Mand Mobile Github"></a>
<a class="mand-mobile-gitee" href="https://gitee.com/mand-mobile/mand-mobile" title="Mand Mobile Gitee"></a>
<a class="mand-mobile-qq" target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=97670d381924f2d46c53960715577502285952dd12f67e5dc9727f554955a254" title="Mand Mobile Official QQ Group"></a>
</div>
<div class="mand-mobile-cr">Copyright © 2012-2019 Didi Chuxing. All Rights Reserved</div>
</body>
</html>