AkashicQQ-Doc/index.html

45 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2021-10-08 09:16:09 +08:00
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>AkashicQQ Wiki</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="keywords" content="AkashicQQ Wiki">
<meta name="description" content="AkashicQQ Wiki">
<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="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
<style>
body {
font-family: "Microsoft Yahei";
font-size: 16px;
color: black;
}
body:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.5;
z-index: -1;
content: "";
position: fixed;
}
</style>
<body>
<div id="app"></div>
<script>
window.$docsify = {
loadSidebar: true,
2021-10-08 17:13:50 +08:00
loadNavbar: true,
2021-10-08 09:16:09 +08:00
coverpage: true,
themeColor: "#e91e63"
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>