-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
111 lines (95 loc) · 3.83 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Telegram</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Wu Sio">
<meta property="og:image" content="https://telegram.org/img/t_logo.png">
<meta property="og:site_name" content="Telegram">
<meta property="og:description" content="You can contact @wuzhaoyan right away.">
<meta property="twitter:title" content="Wu Sio">
<meta property="twitter:image" content="https://telegram.org/img/t_logo.png">
<meta property="twitter:site" content="@Telegram">
<meta property="al:ios:app_store_id" content="686449807">
<meta property="al:ios:app_name" content="Telegram Messenger">
<meta property="al:ios:url" content="tg://resolve?domain=wuzhaoyan">
<meta property="al:android:url" content="tg://resolve?domain=wuzhaoyan">
<meta property="al:android:app_name" content="Telegram">
<meta property="al:android:package" content="org.telegram.messenger">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@Telegram">
<meta name="twitter:description" content="You can contact @wuzhaoyan right away.
">
<meta name="twitter:app:name:iphone" content="Telegram Messenger">
<meta name="twitter:app:id:iphone" content="686449807">
<meta name="twitter:app:url:iphone" content="tg://resolve?domain=wuzhaoyan">
<meta name="twitter:app:name:ipad" content="Telegram Messenger">
<meta name="twitter:app:id:ipad" content="686449807">
<meta name="twitter:app:url:ipad" content="tg://resolve?domain=wuzhaoyan">
<meta name="twitter:app:name:googleplay" content="Telegram">
<meta name="twitter:app:id:googleplay" content="org.telegram.messenger">
<meta name="twitter:app:url:googleplay" content="https://t.me/wuzhaoyan">
<meta name="apple-itunes-app" content="app-id=686449807, app-argument: tg://resolve?domain=wuzhaoyan">
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet" type="text/css">
<!--link href="/css/myriad.css" rel="stylesheet"-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/telegram.css" rel="stylesheet" media="screen">
</head>
<body>
<div class="tgme_page_wrap">
<div class="tgme_head_wrap">
<div class="tgme_head">
<a href="//telegram.org/" class="tgme_head_brand">
<i class="tgme_logo"></i>
</a>
</div>
</div>
<div class="tgme_page">
<div class="tgme_page_title"><span dir="auto">Sio Wu</span></div>
<div class="tgme_page_extra">
@wuzhaoyan
</div>
<div class="tgme_page_action">
<a class="tgme_action_button_new" href="tg://resolve?domain=wuzhaoyan">联系我</a>
</div>
<!-- WEBOGRAM_BTN -->
<!-- PRIVACY_BTN -->
<div class="tgme_page_additional">
If you have <strong>Telegram</strong>, you can contact <br><strong>Wu</strong> right away.
</div>
</div>
</div>
<div id="tgme_frame_cont"></div>
<script type="text/javascript">
var protoUrl = "tg:\/\/resolve?domain=wuzhaoyan";
if (false) {
var iframeContEl = document.getElementById('tgme_frame_cont') || document.body;
var iframeEl = document.createElement('iframe');
iframeContEl.appendChild(iframeEl);
var pageHidden = false;
window.addEventListener('pagehide', function () {
pageHidden = true;
}, false);
window.addEventListener('blur', function () {
pageHidden = true;
}, false);
if (iframeEl !== null) {
iframeEl.src = protoUrl;
}
!false && setTimeout(function() {
if (!pageHidden) {
window.location = protoUrl;
}
}, 2000);
}
else if (protoUrl) {
setTimeout(function() {
window.location = protoUrl;
}, 100);
}
</script>
<script></script>
</body>
</html>