-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (68 loc) · 3.05 KB
/
Copy pathindex.html
File metadata and controls
71 lines (68 loc) · 3.05 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
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="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=0.5,maximum-scale=1,user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>择择下载</title>
<link rel="stylesheet" href="dist/download.css">
<script src="dist/download.js" type="text/javascript"></script>
</head>
<body>
<div>
<div id="titlebox">
<span class="titletxt">择</span>
<span id="titleamp">&</span>
<span class="titletxt">择</span>
<span id="subtitle">深入感受宠物生活</span>
<div id="titlehr"></div>
<p>
</p><div> </div>
<div class="intitle">这不是一个角色扮演游戏</div>
<div class="intxt">我只是为自己的宠物发声,成为宠物与宠物聊天的翻译官;<br> </div>
<div class="intitle">这不是一个电商平台</div>
<div class="intxt">我只需要深入感受宠物生活以及更深入的融入宠物社群;<br> </div>
<div class="intitle">平台最想帮助你去知道你的宠物是多么优秀,你是多么幸运养了ta</div>
<p></p>
<table id="btntable">
<tbody>
<tr>
<td rowspan="2">
<div id="qrcode"></div>
</td>
<td><a href="apk/zeze_beta_0.0.1+82.apk" title="Android 开发中版本下载"><img class="dlbtnimg" src="image/dl_android_dev.png" alt="Android 开发中版本下载"></a></td>
</tr>
<tr>
<td><a href="https://testflight.apple.com/join/fnFWitYw" title="TestFlight 开发中版本下载"><img class="dlbtnimg" src="image/dl_appstore_dev.png" alt="TestFlight 开发中版本下载"></a></td>
</tr>
</tbody>
</table>
<table id="downloadinfo">
<tbody>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Android 当前版本: </td>
<td>v0.0.1 build 82 (2021.8.19)</td>
</tr>
<tr>
<td>APK 文件 MD5 校验码: </td>
<td><a id="md5" href="" title="复制到剪贴板">51C026FF67B54E449032BF458D525487</a></td>
</tr>
<tr>
<td>问题反馈邮箱: </td>
<td id="sevmail"></td>
</tr>
<tr>
<td>ICP 备案号: </td>
<td><a href="http://www.beian.miit.gov.cn/" target="_blank">京ICP备20000581号</a></td>
</tr>
</tbody>
</table>
</div>
</div>
<textarea id="copyinput"></textarea>
</body>
</html>