57b58e9b2f
Also move some .gitignore entries from the top-level .gitignore into a subdirectory .gitignore.
10 lines
184 B
HTML
10 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>
|