Assignment for Location Calculation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
838 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <!-- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> -->
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="theme-color" content="#000000" />
  8. <meta
  9. name="description"
  10. content="Web site created using create-react-app"
  11. />
  12. <!-- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> -->
  13. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  14. <link rel="stylesheet" href="%PUBLIC_URL%/bootstrap/css/bootstrap.min.css">
  15. <script src="%PUBLIC_URL%/bootstrap/js/bootstrap.min.js"></script>
  16. <title>Distance Identifire</title>
  17. </head>
  18. <body>
  19. <noscript>You need to enable JavaScript to run this app.</noscript>
  20. <div id="root"></div>
  21. </body>
  22. </html>