-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (48 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>37手游 移动客户端团队</title>
<style>
body {
font: 12px 'Helvetica Neue', Helvetica, Arial, freesans, clean, sans-serif;
color: #333;
}
#previewform {
display: none;
padding: 20px;
text-align: center;
}
strong {
color: #333;
background-color: #FAFFA6;
padding: 0.1em;
}
#footer {
margin: 20px 0;
font-size: 10px;
color: #666;
}
#icon {
width: 120px;
border-radius: 50%;
}
</style>
</head>
<body>
<form id="previewform" onsubmit="location.href='/?'+this.file.value;return false">
<img src="/images/37MobileTeam.png" alt="37手游移动客户端团队" id="icon">
<h1>37手游 移动客户端团队</h1>
<h4>我们是37手游移动客户端开发团队,致力于为游戏行业提供高质量的SDK开发服务。</h4>
<p>技术问题/交流/进群等可以加官方微信 MobileTeam37</p>
<div>
<p>
GitHub:<a href="https://github.com/37MobileTeam" target="_blank">37 Mobile Team</a>
<p>
掘金主页:<a href="https://juejin.cn/user/1002387318511214" target="_blank">37手游移动客户端团队</a>
</p>
</div>
</form>
<script src="/script/htmlpreview.js"></script>
</body>
</html>