-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 837 Bytes
/
index.html
File metadata and controls
27 lines (23 loc) · 837 Bytes
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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Mapping Lab" />
<meta name="keywords" content="mapping lab, mapping, gis" />
<meta http-equiv="Refresh" content="0; url='https://mappinglab.me/'" />
<title>Mapping-lab</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
</head>
<body>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MNXKRC5DS1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-MNXKRC5DS1');
</script>
</body>
</html>