Files
chun_qiu c955401fb4
Build Windows Portable Package / portable (push) Has been cancelled
Initial Super N2N desktop application
2026-09-01 13:30:52 +08:00

14 lines
357 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="#0d1117" />
<title>Super N2N Control</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>