squiggle/my-react-app/indexProduction.html
2020-02-05 21:09:27 +00:00

11 lines
184 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ReasonReact Examples</title>
</head>
<body>
<script src="./bundleOutput/index.js"></script>
</body>
</html>