-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
72 lines (63 loc) · 3.74 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html className="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>MAG | Mapping</title>
<meta name="description" content="MAG Mapping Center is a collection of interactive maps developed by MAG for public use." />
<meta name="copyright" content="Copyright 2025" />
<meta name="subject" content="MAG Mapping">
<meta name="keywords" content="Arizona, maps, MAG, MAGmaps">
<meta name="author" content="Maricopa Association of Governments">
<link type="text/plain" rel="author" href="/humans.txt">
<meta name="contact" content="www.azmag.gov">
<meta name="url" content="https://maps.azmag.gov/">
<meta name="creation-date" content="2014-10-21" />
<meta name="revision-date" content="2025-01-21" />
<meta name="version" content="6.3.4" />
<meta name="build-info" content="6.3.4.20250121201005" />
<meta property="article:modified_time" content="2025-01-21T20:10:05.829Z" />
<meta name="theme-color" content="#ffffff" />
<!-- Facebook Meta Tags -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="MAG Mapping">
<meta property="og:site_name" content="MAG Mapping" />
<meta property="og:description" content="MAG Mapping Center is a collection of interactive maps developed by MAG for public use." />
<meta property="og:url" content="https://maps.azmag.gov/" />
<meta property="og:image" content="/images/favicons/android-chrome-512x512.png" />
<meta property="og:image:width" content="1150" />
<meta property="og:image:height" content="1150" />
<meta property="og:image:type" content="image/png" />
<!-- Facebook Meta Tags -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="MAG Mapping">
<meta property="og:site_name" content="MAG Mapping" />
<meta property="og:description" content="MAG Mapping Center is a collection of interactive maps developed by MAG for public use." />
<meta property="og:url" content="https://maps.azmag.gov/" />
<meta property="og:image" content="/images/favicons/android-chrome-512x512.png" />
<meta property="og:image:width" content="1150" />
<meta property="og:image:height" content="1150" />
<meta property="og:image:type" content="image/png" />
<!-- specific icons -->
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/images/favicon-96x96.png" sizes="96x96" />
<link rel="apple-touch-icon" sizes="60x60" href="/images/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="120x120" href="/images/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="152x152" href="/images/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="167x167" href="/images/favicons/apple-touch-icon-167x167.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon-180x180.png">
<link rel="mask-icon" href="/images/favicons/safari-pinned-tab.svg" color="#5bbad5" />
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>