van-hmr/index.html

10 lines
210 B
HTML
Raw Normal View History

2025-02-03 14:13:41 -05:00
<!DOCTYPE html>
<html>
<head></head>
<body>
2025-02-03 14:54:44 -05:00
<h1>Le App</h1>
2025-02-03 14:13:41 -05:00
<div id="app"></div>
<script src="app.js" type="module"></script>
<!--<script src="appx.js" type="module"></script>-->
</body>
</html>