Skip to content

Instantly share code, notes, and snippets.

@jchiatt
Created July 1, 2018 01:35
Show Gist options
  • Save jchiatt/c31030cd22fa4e50d0ca3773fe8eb729 to your computer and use it in GitHub Desktop.
Save jchiatt/c31030cd22fa4e50d0ca3773fe8eb729 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>App Title</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this application.
</noscript>
<div id="root"></div>
<script src="src/index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment