web-dev-presentation/index.html
2023-11-07 21:25:24 -06:00

5 lines
106 B
HTML

<!DOCTYPE html>
<html>
<div id="app"></div>
<script src="./index.jsx" type="module"></script>
</html>