2019-07-02 08:11:23 -04:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2019-09-02 18:32:49 -04:00
|
|
|
<title>Map Alliance</title>
|
|
|
|
<base href="/">
|
|
|
|
|
2019-07-02 08:11:23 -04:00
|
|
|
<meta charset="utf-8">
|
2019-08-24 20:16:46 -04:00
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
|
|
<meta name="theme-color" content="#000000">
|
2019-09-02 18:32:49 -04:00
|
|
|
<meta name="description" content="View & edit maps collaborative with real time GPS positioning.">
|
|
|
|
<!-- Google / Search Engine Tags -->
|
|
|
|
<meta itemprop="name" content="Map Alliance">
|
|
|
|
<meta itemprop="description" content="View & edit maps collaborative with real time GPS positioning.">
|
2019-09-02 18:34:15 -04:00
|
|
|
<meta itemprop="image" content="/assets/icons/icon-512x512.png">
|
2019-09-02 18:32:49 -04:00
|
|
|
<!-- Facebook Meta Tags -->
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:title" content="Map Alliance">
|
|
|
|
<meta property="og:description" content="View & edit maps collaborative with real time GPS positioning.">
|
2019-09-02 18:34:15 -04:00
|
|
|
<meta property="og:image" content="/assets/icons/icon-512x512.png">
|
2019-09-02 18:32:49 -04:00
|
|
|
<!-- Twitter Meta Tags -->
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
<meta name="twitter:title" content="Map Alliance">
|
|
|
|
<meta name="twitter:description" content="View & edit maps collaborative with real time GPS positioning.">
|
2019-09-02 18:34:15 -04:00
|
|
|
<meta name="twitter:image" content="/assets/icons/icon-512x512.png">
|
2019-07-02 08:11:23 -04:00
|
|
|
|
2019-07-09 11:55:53 -04:00
|
|
|
<link rel="icon" type="image/x-icon" href="/assets/images/logo.png">
|
2019-07-02 08:11:23 -04:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
|
|
<link rel="manifest" href="manifest.webmanifest">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<app-root></app-root>
|
|
|
|
<noscript>Please enable JavaScript to continue using this application.</noscript>
|
|
|
|
</body>
|
|
|
|
</html>
|