Files
supern2n/supernode-users.html
chun_qiu ba914125f2
Build Windows Portable Package / portable (release) Successful in 9m52s
Release version 1.2 with Supernode user window
2026-09-02 04:45:39 +08:00

14 lines
373 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#173f46" />
<title>Supernode 在线用户</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/supernode-users.jsx"></script>
</body>
</html>