Files
qctool_plus/webui/index.html

14 lines
353 B
HTML
Raw Normal View History

2025-07-30 21:53:30 +08:00
<!DOCTYPE html>
2025-08-30 23:15:06 +08:00
<html lang="zh-CN">
2025-07-30 21:53:30 +08:00
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2025-08-30 23:15:06 +08:00
<title>qctool plus</title>
2025-07-30 21:53:30 +08:00
</head>
2025-08-30 23:15:06 +08:00
<body ontouchstart="">
2025-07-30 21:53:30 +08:00
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>