-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (37 loc) · 2.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="dns-prefetch" href="//fonts.googleapis.com/">
<link rel="dns-prefetch" href="//use.fontawesome.com/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>gmalt - Get My ALTitude</title>
<meta name="description" content="A python project to load SRTM elevation data and query it with a REST JSON API">
<meta name="google-site-verification" content="4q0QBgZz_K0dpEaFTxDy2jBrtTdcOOjT9QaEDo1ns2g" />
<meta property="og:url" content="https://gmalt.github.io">
<meta property="og:type" content="website">
<meta property="og:title" content="gmalt - Get My ALTitude">
<meta property="og:image" content="https://gmalt.github.io/static/logo.svg">
<meta property="og:description" content="A python project to load SRTM elevation data and query it with a REST JSON API">
<meta property="og:locale" content="en">
<meta property="article:author" content="Jonathan Bouzekri">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@jobou78">
<meta name="twitter:url" content="https://gmalt.github.io">
<meta name="twitter:title" content="gmalt - Get My ALTitude">
<meta name="twitter:description" content="A python project to load SRTM elevation data and query it with a REST JSON API">
<meta name="twitter:image" content="https://gmalt.github.io/static/logo.svg">
<link href="https://plus.google.com/+JonathanBouzekri" rel="publisher">
<meta itemprop="name" content="gmalt - Get My ALTitude">
<meta itemprop="description" content="A python project to load SRTM elevation data and query it with a REST JSON API">
<meta itemprop="image" content="https://gmalt.github.io/static/logo.svg">
<link href="/static/favicon.png" rel="shortcut icon" type="image/png" />
<link href="//fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet" type="text/css">
<script src="//use.fontawesome.com/f6bb080486.js" async></script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>