mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-12-02 12:10:04 +08:00
17 lines
440 B
HTML
17 lines
440 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>
|
|
</nav>
|
|
<div id="app"></div>
|
|
</body>
|
|
<script src="/lib/docsify.js" data-repo="qingwei-li/docsify"></script>
|
|
</html>
|