10 lines
142 B
HTML
10 lines
142 B
HTML
<html>
|
|
<head>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
<script src="/app.tsx" type="module"></script>
|
|
</html>
|