-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (46 loc) · 1.58 KB
/
index.html
File metadata and controls
51 lines (46 loc) · 1.58 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>The Past, Present and Future of TRON Wallet</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!-- <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> -->
<link rel="stylesheet" href="./vue.css" />
<link rel="stylesheet" href="./app.css">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
loadNavbar: true,
coverpage: true,
onlyCover: false,
hideOtherSidebarContent: false,
noEmoji: true,
maxAge: 86400000,
depth: 2,
// logo: 'https://tp-statics.tokenpocket.pro/logo/TokenPocket.png',
// name: 'Blockchain Guide Series',
// repo: 'https://github.com/tokenbankteam/BlockchainGuideSeries.git',
themeColor: '#2980fe',
// loadSidebar: true,
// autoHeader: true
}
</script>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?9bb86727e6418140f90dea5470c6dbe5";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>