mirror of
https://gitee.com/huoyo/ko-time.git
synced 2025-12-06 16:58:26 +08:00
25 lines
568 B
HTML
25 lines
568 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<a href="example/index.html">预览</a>
|
|
</nav>
|
|
<div id="app"></div>
|
|
<script>
|
|
window.$docsify = {
|
|
coverpage: true,
|
|
loadSidebar: true,
|
|
onlyCover: false,
|
|
subMaxLevel: 2
|
|
|
|
}
|
|
</script>
|
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
</body>
|
|
</html> |