7 lines
118 B
HTML
7 lines
118 B
HTML
|
<html>
|
||
|
<head></head>
|
||
|
<body>
|
||
|
<div id="root"></div>
|
||
|
<script src="app.js" type="module"></script>
|
||
|
</body>
|
||
|
</html>
|