-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (59 loc) · 3.16 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>MAG | Template</title>
<meta name="description" content="">
<meta name="subject" content="">
<meta name="keywords" content="Arizona, maps, MAG, MAGmaps">
<meta name="author" content="Maricopa Association of Governments">
<meta name="copyright" content="Copyright 2024">
<!-- Build Info -->
<meta name="version" content="1.2.1">
<meta name="revision-date" content="2024-09-13">
<meta name="creation-date" content="2023-00-00">
<meta name="build-info" content="1.2.1.20240913182156">
<!-- Facebook Meta Tags -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="">
<meta property="og:site_name" content="">
<meta property="og:description" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<meta property="og:image:width" content="1150">
<meta property="og:image:height" content="1150">
<meta property="og:image:type" content="image/png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="geo.azmag.gov">
<meta name="twitter:image:alt" content="MAG Logo">
<meta name="twitter:site" content="@MAGregion">
<meta property="article:publisher" content="Maricopa Association of Governments">
<meta property="article:tag" content="">
<meta property="article:modified_time" content="2024-09-13T18:21:56.057Z">
<meta name="contact" content="www.azmag.gov">
<meta name="author" content="Maricopa Association of Governments">
<!-- specific icons -->
<link rel="icon" type="image/webp" href="/images/favicons/favicon-16x16.webp" sizes="16x16">
<link rel="icon" type="image/webp" href="/images/favicons/favicon-32x32.webp" sizes="32x32">
<link rel="icon" type="image/webp" href="/images/favicons/favicon-96x96.webp" sizes="96x96">
<link rel="apple-touch-icon" sizes="60x60" href="/images/favicons/apple-touch-icon-60x60.webp">
<link rel="apple-touch-icon" sizes="76x76" href="/images/favicons/apple-touch-icon-76x76.webp">
<link rel="apple-touch-icon" sizes="120x120" href="/images/favicons/apple-touch-icon-120x120.webp">
<link rel="apple-touch-icon" sizes="152x152" href="/images/favicons/apple-touch-icon-152x152.webp">
<link rel="apple-touch-icon" sizes="167x167" href="/images/favicons/apple-touch-icon-167x167.webp">
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon-180x180.webp">
<link rel="mask-icon" href="/images/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link type="text/plain" rel="author" href="/humans.txt">
<link rel="manifest" href="/manifest.json">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>