mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-12-02 12:10:04 +08:00
34 lines
788 B
HTML
34 lines
788 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<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">
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<a href="#/">en</a>
|
|
<a href="#/zh-cn">中文</a>
|
|
<a href="#/changelog">Changlog</a>
|
|
</nav>
|
|
<div id="app"></div>
|
|
</body>
|
|
<script>
|
|
window.$docsify = {
|
|
alias: {
|
|
'/changelog': 'https://raw.githubusercontent.com/QingWei-Li/docsify/master/CHANGELOG'
|
|
},
|
|
search: {
|
|
maxAge: 0
|
|
}
|
|
}
|
|
</script>
|
|
<script
|
|
src="/lib/docsify.js"
|
|
data-repo="qingwei-li/docsify"
|
|
data-name="docsify"
|
|
data-base-path="docs/"
|
|
data-auto2top></script>
|
|
<script src="/lib/plugins/search.js"></script>
|
|
</html>
|