TraceStudio-dev/web_v2/index.html
Boshuang Zhao 5790ec164f add web v2
2026-01-10 19:08:49 +08:00

13 lines
299 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TraceStudio V2 (web_v2)</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<html>