chore: add debug page

This commit is contained in:
MoonLeeeaf
2025-03-22 22:32:26 +08:00
parent 125d59c3ad
commit 7c9443f218

17
client/index.html Normal file
View File

@@ -0,0 +1,17 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no"/>
<meta name="renderer" content="webkit"/>
<link rel="stylesheet" href="https://unpkg.com/mdui@2/mdui.css">
<script src="https://unpkg.com/mdui@2/mdui.global.js"></script>
<!-- 如果使用了组件的 icon 属性,还需要引入图标的 CSS 文件 -->
<title>TheWhiteSilk Debugger</title>
</head>
<body>
<mdui-button></mdui-button>
</body>
</html>