返回 html-video
index.html
根目录 / packages / studio-next / index.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>html-video · studio-next (hf integration demo)</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <style>
8 html, body, #root { margin: 0; height: 100%; background: #0e0e10; color: #fafafa;
9 font-family: ui-sans-serif, system-ui, sans-serif; }
10 </style>
11 </head>
12 <body>
13 <div id="root"></div>
14 <script type="module" src="/src/main.tsx"></script>
15 </body>
16 </html>
17
17 lines HTML