mirror of
https://github.com/phodal/github
synced 2026-05-23 17:18:23 +00:00
33 lines
No EOL
934 B
HTML
33 lines
No EOL
934 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>GitHub 漫游指南</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="Description">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
|
|
</head>
|
|
<body>
|
|
<div id="app">内容加载中</div>
|
|
<script>
|
|
window.$docsify = {
|
|
name: 'GitHub 漫游指南',
|
|
repo: 'phodal/github',
|
|
loadSidebar: true,
|
|
search: {
|
|
paths: 'auto',
|
|
placeholder: {
|
|
'/': '查找'
|
|
},
|
|
noData: {
|
|
'/': '暂无结果'
|
|
},
|
|
}
|
|
}
|
|
</script>
|
|
<!-- Docsify v4 -->
|
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
|
|
</body>
|
|
</html> |