-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
71 lines (71 loc) · 3.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- We participate in the US government's analytics program. See the data at analytics.usa.gov. -->
<script async type="text/javascript" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=USGS" id="_fed_an_ua_tag"></script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TPNDF8R');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<%= process.env.VUE_APP_TIER !== '' ? '<meta name="robots" content="noindex,nofollow">' : '' %><!-- an empty string in this case means the 'prod' version of the application -->
<!-- Primary Meta Tags -->
<title><%= VUE_APP_TIER %><%= VUE_APP_TITLE %></title>
<meta name="title" content="Vizlab home">
<meta name="description" content="Water data visualizations from the USGS Vizlab">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="labs.waterdata.usgs.gov/visualizations/index.html">
<meta property="og:title" content="USGS Vizlab">
<meta property="og:description" content="Water data visualizations from the USGS Vizlab">
<meta property="og:image" content="https://labs.waterdata.usgs.gov/visualizations/thumbnails/vizlab-gage.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="labs.waterdata.usgs.gov/visualizations/index.html">
<meta property="twitter:title" content="USGS Vizlab">
<meta property="twitter:description" content="Water data visualizations from the USGS Vizlab">
<meta property="twitter:image" content="https://labs.waterdata.usgs.gov/visualizations/thumbnails/vizlab-gage.png">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<script type='application/ld+json'>
{ "@context": "http://www.schema.org",
"@type": "WebSite", "name": "USGS Vizlab",
"url": "labs.waterdata.usgs.gov/visualizations/index.html",
"about": "Water data visualizations from the USGS Vizlab",
"datePublished": "11/03/2021",
"contributor": [
{ "@type": "Person",
"name": "Hayley Corson-Dosch",
"email": "[email protected]",
"affiliation": { "@type": "Organization", "legalName": "U.S. Geological Survey" }
},
{ "@type": "Person",
"name": "Lindsay Platt"
},
{ "@type": "Person",
"name": "Cee Nell",
"email": "[email protected]",
"affiliation": { "@type": "Organization", "legalName": "U.S. Geological Survey" }
}]
},
"audience": { "@context": "http://schema.org", "@type": "Audience", "audienceType": "General public"},
"publisher": { "@context": "http://schema.org", "@type": "Organization", "legalName": "U.S. Geological Survey" },
"keywords": "data visualization, data viz, water data, USGS Vizlab, data science, chart gallery" }
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TPNDF8R"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<noscript>
<strong>We're sorry but this application doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>