Skip to content

Instantly share code, notes, and snippets.

@paulallies
Created July 23, 2018 14:05
Show Gist options
  • Save paulallies/a07dd42c07d5eea269764ac062f2b34b to your computer and use it in GitHub Desktop.
Save paulallies/a07dd42c07d5eea269764ac062f2b34b to your computer and use it in GitHub Desktop.
html template
<!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>My React App</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