forked from opennem/opennem-fe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·63 lines (55 loc) · 3.82 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 lang="en">
<head>
<!-- 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-TPSZXXM');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="OpenNEM: An Open Platform for National Electricity Market Data" />
<meta name="twitter:site" content="@OpenNEM" />
<meta name="twitter:description" content="The OpenNEM project aims to make the wealth of public National Electricity Market (NEM) data more accessible to a wider audience." />
<meta name="twitter:image:src" content="https://opennem.org.au/images/snapshot.png" />
<meta property="og:title" content="OpenNEM: An Open Platform for National Electricity Market Data" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://opennem.org.au" />
<meta property="og:description" content="The OpenNEM project aims to make the wealth of public National Electricity Market (NEM) data more accessible to a wider audience." />
<meta property="og:image" content="https://opennem.org.au/images/snapshot.png" />
<meta property="og:image:width" content="2048" />
<meta property="og:image:height" content="1010" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="icons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="icons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="icons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="icons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="icons/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="icons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="icons/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="icons/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="icons/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="icons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="icons/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="icons/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="icons/favicon-128.png" sizes="128x128" />
<title>OpenNEM: An Open Platform for National Electricity Market Data</title>
<meta name="description" content="The OpenNEM project aims to make the wealth of public National Electricity Market (NEM) data more accessible to a wider audience."/>
<script src="//cdn.polyfill.io/v2/polyfill.min.js"></script>
<script src="polyfills/index.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TPSZXXM"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="app"></div>
<!-- built files will be auto injected -->
<noscript>
<h3>Unfortunately, OpenNEM requires JavaScript to be enabled for chart and data display.</h3>
<h5>Please enable JavaScript in your browser settings.</h5>
</noscript>
</body>
</html>