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