mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
13 lines
361 B
HTML
13 lines
361 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>docsify</title>
|
|
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
|
|
</head>
|
|
<body></body>
|
|
<script src="//unpkg.com/marked/marked.min.js"></script>
|
|
<script src="//unpkg.com/prismjs/prism.js"></script>
|
|
<script src="//unpkg.com/docsify/lib/docsify.js"></script>
|
|
</html>
|