Skip to content

Instantly share code, notes, and snippets.

@arecvlohe
Created September 27, 2018 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arecvlohe/2b816cc2110d055f109a87a729e7a4b6 to your computer and use it in GitHub Desktop.
Save arecvlohe/2b816cc2110d055f109a87a729e7a4b6 to your computer and use it in GitHub Desktop.
A simple index.html file for reason-react-starter
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="root"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment