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

8 lines
121 B
HTML
Raw Normal View History

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