mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
20 lines
760 B
HTML
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> |