Merge pull request #7 from i2Echo/master

docs: update bootcdn
This commit is contained in:
Zhang Chen 2017-12-17 23:19:21 +08:00 committed by GitHub
commit edd2e04c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
<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 href="https://cdn.bootcss.com/docsify/4.5.5/themes/vue.css" rel="stylesheet">
</head>
<body>
<div id="app"></div>
@ -43,6 +43,6 @@
navigator.serviceWorker.register('serviceWorker.js')
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="https://cdn.bootcss.com/docsify/4.5.5/docsify.min.js"></script>
</body>
</html>