-
Notifications
You must be signed in to change notification settings - Fork 0
/
offline.html
58 lines (51 loc) · 2.16 KB
/
offline.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="ca">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="
https://www.googletagmanager.com/gtag/js?id=G-GR9JCZYNFH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-46332195-11');
</script>
<meta charset='utf-8'>
<meta name='viewport' content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
<!--
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/svelte-material-ui@4.2.0/bare.min.css" />
-->
<meta name="author" content="Institut Cartogràfic i Geològic de Catalunya" />
<link rel="manifest" href="manifest.json">
<meta property="fb:app_id" content="620717167980164" />
<meta property="og:title" content="API Territorial" />
<meta property="og:type" content="website" />
<meta property="og:image" content="icgc_icon_512.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:url" content="API Territorial" />
<meta property="og:description" content="API Territorial" />
<meta name="description" content="ContexMaps" />
<meta name="robots" content="index,follow" />
<meta name="keywords" content="Catalunya, visor">
<meta name="geo.region" content="ES-CT" />
<meta name="geo.placename" content="Barcelona" />
<meta name="geo.position" content="41.363892,2.186279" />
<meta name="language" content="ca" />
<title>API Territorial</title>
<!--
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
-->
<link href="https://fonts.googleapis.com/css?family=Material+Icons+Outlined|Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700" rel="stylesheet">
<link rel='icon' type='image/png' href='favicon.png'>
<!---->
<!--
<script src='https://api.mapbox.com/mapbox-gl-js/v1.13.1/mapbox-gl.js'></script>
-->
</head>
<body>
</body>
</html>