index.html 157 B

1234567
  1. <!doctype html public="storage">
  2. <html>
  3. <meta charset=utf-8/>
  4. <title>My First React Router App</title>
  5. <div id=app></div>
  6. <script src="bundle.js"></script>