Files
vue-tui/examples/basic-jsx/index.html
T

8 lines
122 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head></head>
<body>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>