-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (44 loc) · 2.64 KB
/
index.html
File metadata and controls
54 lines (44 loc) · 2.64 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>State Energy | CSIS Energy Security and Climate Change Program</title>
<meta name="description"
content="A curated database of state-level activities facilitating emissions reductions, positive economic outcomes, and climate resilience—from the Clean Resilient States Initiative, created by the CSIS Energy Security & Climate Change Program."
/>
<link rel='icon' type='image/png' href='/favicon.ico'>
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<!-- Open Graph -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website"/>
<meta property="og:title" content="State Energy | CSIS Energy Security and Climate Change Program"/>
<meta property="og:description"
content="A curated database of state-level activities facilitating emissions reductions, positive economic outcomes, and climate resilience—from the Clean Resilient States Initiative, created by the CSIS Energy Security & Climate Change Program."/>
<meta property="og:image" content="https://raw.githubusercontent.com/CSIS-iLab/energy-database/main/public/TP-cover.jpg"/>
<meta property="twitter:title" content="State Energy | CSIS Energy Security and Climate Change Program"/>
<meta property="twitter:card" content="summary_large_image"/>
<meta property="twitter:description"
content="A curated database of state-level activities facilitating emissions reductions, positive economic outcomes, and climate resilience—from the Clean Resilient States Initiative, created by the CSIS Energy Security & Climate Change Program."/>
<meta property="twitter:image" content="https://raw.githubusercontent.com/CSIS-iLab/energy-database/main/public/TP-cover.jpg"/>
<!-- Adobe Fonts -->
<link rel="stylesheet" href="https://use.typekit.net/yib2xip.css"/>
<!-- TippyJS -->
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
<link rel="stylesheet" href="https://unpkg.com/tippy.js@6/themes/light.css" />
<link rel="stylesheet" href="https://unpkg.com/tippy.js@6/themes/light-border.css" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RW1YWNCSZL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-RW1YWNCSZL');
</script>
</body>
</html>