Files
bun.sh/demos/simple-react/public/index.html
Jarred Sumner ee6643ce8b wip
Former-commit-id: a6bc130918
2021-06-01 20:49:49 -07:00

8 lines
137 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="/src/index.js" type="module"></script>
</head>
<body id="reactroot"></body>
</html>