-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (32 loc) · 1.32 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sinri@GitHub</title>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/iview/dist/styles/iview.css"/>
<script src=https://unpkg.com/[email protected]/dist/vue.js></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://unpkg.com/[email protected]/marked.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/iview/dist/iview.min.js"></script>
<!-- highlight.js -->
<script src="https://unpkg.com/[email protected]/lib/highlight.js"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/styles/github.css"/>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/github-markdown.css">
<!-- SHARE THIS -->
<!-- <script src="//platform-api.sharethis.com/js/sharethis.js#property=5ba49ac76f1b010011c460ff&product=inline-share-buttons"></script> -->
<!-- Static Doc Component -->
<script src="./src/StaticDocComponent.js"></script>
<link rel="stylesheet" href="./src/StaticDocComponent.css"/>
</head>
<body>
<div id="app">
<static-doc-component></static-doc-component>
</div>
<script>
new Vue({
el: '#app',
});
</script>
</body>
</html>