nonebot2/docs/index.html
Richard Chien 675ebfce6b Add docs
2016-12-26 16:36:35 +08:00

20 lines
760 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="cleartype" content="on">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<title>XiaoKai Bot 文档</title>
<link rel="stylesheet" href="https://unpkg.com/docute@latest/dist/docute.css">
</head>
<body>
<!-- don't remove this part -->
<div id="app"></div>
<script src="./config.js"></script>
<script src="https://unpkg.com/docute@latest/dist/docute.js"></script>
<!-- don't remove this part -->
<script src="https://unpkg.com/highlight-languages/python.js"></script>
<script src="https://unpkg.com/highlight-languages/bash.js"></script>
</body>
</html>