mirror of
https://github.com/zhigang1992/docsify.git
synced 2026-04-07 08:58:59 +08:00
15 lines
339 B
HTML
15 lines
339 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>docsify</title>
|
|
<link rel="stylesheet" href="/themes/vue.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
<script src="//unpkg.com/marked/marked.min.js"></script>
|
|
<script src="//unpkg.com/prismjs/prism.js"></script>
|
|
<script src="/docsify.js"></script>
|
|
</html>
|