45 lines
1.4 KiB
HTML
45 lines
1.4 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">
|
||
|
<link rel="icon" type="image/png" sizes="32x32" href="/_media/Favicon-32x32.png">
|
||
|
<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>
|
||
|
<style>
|
||
|
@font-face {
|
||
|
font-family: "DMSans";
|
||
|
src: url('_media/DMSans-Medium.ttf') format('truetype');
|
||
|
}
|
||
|
body {
|
||
|
font-family: "DMSans", sans-serif;
|
||
|
}
|
||
|
</style>
|
||
|
<div id="app"></div>
|
||
|
<script>
|
||
|
window.$docsify = {
|
||
|
name: 'Spiderweb',
|
||
|
loadSidebar: true,
|
||
|
repo: 'https://github.com/itsthejoker/spiderweb',
|
||
|
maxLevel: 3,
|
||
|
coverpage: true,
|
||
|
'flexible-alerts': {
|
||
|
style: 'callout' // or 'flat'
|
||
|
},
|
||
|
auto2top: true,
|
||
|
}
|
||
|
</script>
|
||
|
<!-- Docsify v4 -->
|
||
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
||
|
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-python.min.js"></script>
|
||
|
<!-- admonitions -->
|
||
|
<script src="https://unpkg.com/docsify-plugin-flexible-alerts"></script>
|
||
|
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
|
||
|
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
|
||
|
</body>
|
||
|
</html>
|