-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (38 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<title>Bookmarks</title>
<link rel='manifest' href='/manifest.json'>
<link rel="icon" sizes="192x192" href="//www.kcak11.com/assets/images/the-k-circle_192x192.png" />
<link rel="apple-touch-icon" sizes="128x128" href="//www.kcak11.com/assets/images/the-k-circle_128x128.png" />
<link href='//www.kcak11.com/favicon.png' rel='icon' type='image/x-icon' />
<meta content="https://cdn.kcak11.com/profile/the-k-circle.png" itemprop="image" />
<meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0' name='viewport' />
<meta name="theme-color" content="#5aa0d3" />
<script type='text/javascript'>
var renderViaKcak11 = (window.location.href.indexOf("rendervia=kcak11") !== -1);
var _customWindow = window.top;
if (renderViaKcak11) {
_customWindow = window;
}
window.akweb = {
'importScript': function (scriptSrc) {
var scriptElem = document.createElement('script');
scriptElem.type = 'text/javascript';
scriptElem.src = scriptSrc;
document.getElementsByTagName('head')[0].appendChild(scriptElem);
},
hostname: ('' + _customWindow.location.hostname).toLowerCase(),
url: _customWindow.location.href
};
</script>
<script type="text/javascript">
window.executeNow = function () {
akweb.importScript('//cdn.kcak11.com/cdn/resources/k11b/showblinks.js?ts=' + (new Date()).getTime());
};
akweb.importScript('//cdn.kcak11.com/cdn/resources/k11b/bklinkdata.js?ts=' + (new Date()).getTime());
</script>
</head>
<body>
</body>
</html>