TraceStudio-dev/web_v2/index.html

13 lines
299 B
HTML
Raw Normal View History

2026-01-10 19:08:49 +08:00
<!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>