-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1011 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>TTK - 提供企业级全栈技术解决方案</title>
<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">
</head>
<body>
<nav>
<a href="//thethreekingdoms.github.io/">首页</a>
<a href="#/">文档</a>
<a href="//thethreekingdoms.github.io/html/">在线演示</a>
<a href="//thethreekingdoms.github.io/html/#/ttk-edf-app-root/ttk-edf-app-list-search">应用中心</a>
<a href="//thethreekingdoms.github.io/ttk-app-component/">组件演示</a>
<a href="//github.com/thethreekingdoms/thethreekingdoms.github.io/issues">问题反馈</a>
</nav>
<div id="app"></div>
</body>
<script>
window.$docsify = {
loadSidebar: true
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</html>