-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (47 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
<!DOCTYPE html>
<!-- Source: https://gitlab.com/FuckBilibili/FuckBilibili -->
<!-- Work In Progress -->
<html class="mdui-valign" style="width: 100%; height: 100%;" lang="zh-CN" dir="ltr">
<head>
<title>GeekApk Web</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MDUI Library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mdui/0.4.1/css/mdui.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/mdui/0.4.1/js/mdui.min.js"></script>
<!-- Icons -->
<meta name="theme-color" content="#009688">
<link rel="icon" type="image/png" href="https://geekapk.org/bitmap/symbolic/geekapk.png">
<link rel="shortcut icon" type="image/png" href="https://geekapk.org/bitmap/symbolic/geekapk.png">
<link rel="fluid-icon" type="image/png" href="https://geekapk.org/bitmap/geekapk.png" title="GeekApk">
<!-- Begin SEO Tags -->
<meta property="og:url" content="https://web.geekapk.org">
<meta property="og:favicon" content="https://geekapk.org/bitmap/geekapk.png">
<meta property="og:site_name" content="GeekApk">
<meta property="og:type" content="site">
<meta property="og:title" content="Get in touch with GeekApk, in browser">
<meta name="og:description" content="GeekApk 是酷安隔壁的一个开源小型应用社区, 互相交流技术/应用/生活及其他.">
<!-- Favicon Shown in FireFox(width != height) -->
<meta property="og:image" content="https://geekapk.org/bitmap/geekapk_text.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="640">
<meta property="og:image:height" content="640">
<meta name="viewport" content="initial-scale=1, user-scalable=no, width=device-width">
<!-- GeekStyle -->
<script src="https://geekapk.org/js/geekstyle.js"></script>
</head>
<body class="mdui-valign mdui-center mdui-text-color-theme">
<div>
<i class="mdui-icon mdui-center material-icons mdui-typo-display-2" onclick="r('https://geekapk.org')">android</i>
<br>
<h1 class="mdui-center">Comming Soon...</h1>
</div>
<button onclick="r('https://github.com/geekapk-r/web.geekapk.org')" class="mdui-color-theme-accent mdui-fab mdui-fab-fixed mdui-ripple"
mdui-tooltip="{content: '加入开发'}">
<i class="mdui-icon material-icons">build</i>
</button>
<script>
autodark();
</script>
</body>
</html>