Skip to content

Instantly share code, notes, and snippets.

@adeelibr
Last active April 22, 2018 12:14
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 adeelibr/384bbc6041e3cbf8be8d1e1465f75746 to your computer and use it in GitHub Desktop.
Save adeelibr/384bbc6041e3cbf8be8d1e1465f75746 to your computer and use it in GitHub Desktop.
HTML 5 Template, with div id app. To populate react app.
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<base href="/">
<title>Tutorial</title>
</head>
<body>
<div id="app"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment