reason-crossword-front/indexProduction.html
2020-05-19 21:29:29 -04:00

12 lines
273 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ReasonReact Examples</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/picnic">
</head>
<body>
<div id="root" />
<script src="./bundleOutput/index.js"></script>
</body>
</html>