Skip to content

Instantly share code, notes, and snippets.

@Colour-Full
Last active March 25, 2018 17:04
Show Gist options
  • Save Colour-Full/143deb395dfef167406f36d3e05a1a52 to your computer and use it in GitHub Desktop.
Save Colour-Full/143deb395dfef167406f36d3e05a1a52 to your computer and use it in GitHub Desktop.
Simple Router Example Index HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>React Router Example</title>
</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