-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (53 loc) · 2.43 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WuShiGames</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Mobile games publisher."/>
<meta name="facebook-domain-verification" content="ox8b6b8teeiyx1wur7024emgf42d1o" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<meta property="og:title" content="WuShiGames" />
<meta property="og:site_name" content="WuShiGames.by" />
<meta property="og:description" content="Mobile games publisher" />
<meta property="og:url" content="https://wushigames.by/" />
<meta property="og:image" content="/static/img/wushigames_logo.png" />
<style>
a, a:focus, a:hover {
color: rgb(0,191,104);
}
html,
body {
height: 100%;
background-color: #fff;
}
body {
display: -ms-flexbox;
display: flex;
}
.cover-container {
max-width: 42em;
}
.cover {
padding: 0 1.5rem;
}
</style>
</head>
<body class="text-center">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<main role="main" class="inner cover mt-auto">
<img src="/static/img/wushi.png">
<p class="lead mb-4">Chinese Mobile games publisher</p>
<a target="_blank" href="https://apps.apple.com/us/developer/wushigames/id3362#see-all/i-phonei-pad-apps" style="border: none"><img width="150" style="margin: 10px 10px" src="/static/img/store_ios.png"></a>
<a target="_blank" href="https://play.google.com/store/apps/developer?id=WuShiGames&hl=en" style="border: none"><img width="150" style="margin: 0 10px" src="/static/img/store_android.png"></a>
<p class="mt-4">Contact us via <a href="#">[email protected]</a></p>
</main>
<footer class="mastfoot mt-auto">
<div class="inner">
<p><a href='#' target="_blank">招聘信息</a> 🤗</p>
<p><font size="2">公司名称:上海分帧网络科技有限公司<br>公司地址:上海市崇明区港沿镇港沿公路1700号(上海港沿经济小区)<br>联系电话:13761226931</font></p>
</div>
</footer>
</div>
</body>
</html>