-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (20 loc) · 945 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LocationClient</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Real life locations management application" />
<meta property="og:image" content="http://location-app.netlify.com/assets/img/screenshot.png" />
<meta property="og:description" content="Application showcasing full-stack development knowledge" />
<meta property="og:url" content="http://location-app.netlify.com/" />
<meta property="twitter:image" content="http://location-app.netlify.com/assets/img/screenshot.png" />
<meta property="twitter:title" content="Real life locations management application" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://openlayers.org/en/v6.1.1/css/ol.css" type="text/css">
</head>
<body>
<app-root></app-root>
</body>
</html>