mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-11-29 18:48:14 +08:00
24 lines
689 B
HTML
24 lines
689 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>docsify - A magical documentation site generator.</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="//unpkg.com/docsify/lib/themes/vue.css">
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<a href="#/">En</a>
|
|
<a href="#/zh-cn">中文</a>
|
|
</nav>
|
|
<div id="app"></div>
|
|
</body>
|
|
<script
|
|
src="//unpkg.com/docsify/lib/docsify.min.js"
|
|
data-repo="qingwei-li/docsify"
|
|
data-max-level="3"
|
|
data-sidebar-toggle
|
|
data-router></script>
|
|
</html>
|