source: Farmatiko/ClientApp/src/index.html@ dae4cde

Last change on this file since dae4cde was 28d7d35, checked in by Mile Jankuloski <mile.jankuloski@…>, 3 years ago

Maps, geolocation api, dialogs & more

  • Property mode set to 100644
File size: 952 bytes
RevLine 
[30a465f]1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>Farmatiko</title>
6 <base href="/" />
7
8 <meta name="viewport" content="width=device-width, initial-scale=1" />
[8e74e2f]9 <link rel="icon" type="image/x-icon" href="./favicon.ico" />
[ec6ac45]10 <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
11 <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
[28d7d35]12 <link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css"
13 integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
14 crossorigin="" />
15 <script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"
16 integrity="sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew=="
17 crossorigin=""></script>
[ec6ac45]18</head>
[30a465f]19 <body>
[ec6ac45]20 <app-root></app-root>
[30a465f]21 </body>
22</html>
Note: See TracBrowser for help on using the repository browser.