返回 slidev
index.html
根目录 / packages / client / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 </head>
7 <body>
8 <div id="app"></div>
9 <script type="module" src="__ENTRY__"></script>
10 <div id="mermaid-rendering-container"></div>
11 <!-- body -->
12 </body>
13 </html>
14
14 lines HTML