index.html 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <base href=''>
  5. <meta charset="utf-8" />
  6. <link rel="icon" type="image/x-icon" href="favicon.ico">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  8. <title>Plant Viewer</title>
  9. <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
  10. <meta name="viewport" content="width=device-width" />
  11. <!-- Fonts and icons -->
  12. <link href='https://fonts.googleapis.com/css?family=Roboto:400,700,300|Material+Icons' rel='stylesheet' type='text/css'>
  13. <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDJ2_cgrOMUZ9v3UgDYQrpBYKjO7h70N9E"></script>
  14. <script src="https://kit.fontawesome.com/22ac039de1.js" crossorigin="anonymous"></script>
  15. <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
  16. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  17. </head>
  18. <body>
  19. <app-root>
  20. <div class="loader">
  21. <svg class="circular" viewBox="25 25 50 50">
  22. <circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10"/>
  23. </svg>
  24. </div>
  25. </app-root>
  26. </body>
  27. </html>