@koishijs/plugin-console
Version:
Web User Interface for Koishi
15 lines (14 loc) • 409 B
HTML
<html lang="zh">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Koishi 控制台</title>
<link rel="icon" href="/logo.png" />
<script type="module" crossorigin src="/index.js"></script>
<link rel="stylesheet" crossorigin href="/style.css">
</head>
<body>
<div id="app"></div>
</body>
</html>