41 lines
1.2 KiB
HTML
41 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Document</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="Description">
|
|
<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="//unpkg.com/docsify/lib/themes/vue.css">
|
|
<link rel="stylesheet" href="//unpkg.com/gitalk/dist/gitalk.css">
|
|
<script src="//unpkg.com/docsify/lib/plugins/gitalk.min.js"></script>
|
|
<script src="//unpkg.com/gitalk/dist/gitalk.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<nav>
|
|
<a href="#/">Github</a>
|
|
</nav>
|
|
<div id="app"></div>
|
|
<script>
|
|
window.$docsify = {
|
|
name: 'CS-Notes',
|
|
repo: '',
|
|
loadSidebar: true,
|
|
subMaxLevel: 2,
|
|
coverpage: true
|
|
}
|
|
const gitalk = new Gitalk({
|
|
clientID: '0a3e1a4c29a4778f35f2',
|
|
clientSecret: '5bf2890d68acc32cbf8327924805a0b48e15f64c',
|
|
repo: 'test',
|
|
owner: 'CyC2018',
|
|
admin: ['CyC2018'],
|
|
distractionFreeMode: false
|
|
})
|
|
</script>
|
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
</body>
|
|
|
|
</html> |