remove link
This commit is contained in:
parent
dd1748111c
commit
bf56992548
3 changed files with 3 additions and 4 deletions
|
|
@ -3,8 +3,9 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Docsify</title>
|
||||
<meta name="description" content="A magical documentation generator.">
|
||||
<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="/themes/vue.css">
|
||||
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
|
|
@ -13,5 +14,5 @@
|
|||
</nav>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
<script src="/lib/docsify.min.js" data-repo="qingwei-li/docsify"></script>
|
||||
<script src="//unpkg.com/docsify" data-repo="qingwei-li/docsify"></script>
|
||||
</html>
|
||||
|
|
|
|||
1
docs/lib
1
docs/lib
|
|
@ -1 +0,0 @@
|
|||
../lib
|
||||
|
|
@ -1 +0,0 @@
|
|||
../themes
|
||||
Loading…
Add table
Add a link
Reference in a new issue