reason-crossword-front/indexProduction.html
2020-05-14 19:43:51 -04:00

11 lines
204 B
HTML

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