babel-plugin-jsx/packages/jsx-explorer/index.html
renovate[bot] 3997c3570c
chore(deps): update dependency prettier to v3 (#657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-10 18:59:49 +08:00

15 lines
392 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vue JSX Explorer</title>
</head>
<body>
<div id="header"></div>
<div id="source" class="editor"></div>
<div id="output" class="editor"></div>
<script type="module" src="./src/index.ts"></script>
</body>
</html>