-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.85 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
<!DOCTYPE html>
<html lang="en-AU">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>WageSage | Find out how your income compares to other Australians</title>
<meta name="description" content="A simple tool to see how your income compares to other Australians by age, region and gender">
<meta property="og:title" content="WageSage">
<meta property="og:url" content="https://wagesage.info">
<meta property="og:description" content="A simple tool to see how your income compares to other Australians by age, region and gender">
<meta property="og:image" content="/static/opengraph.png">
<meta property="og:type" content="website">
<meta property="og:app_id" content="1806985142947421">
<meta name="theme-color" content="#499aff">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<link rel="icon" href="/static/favicon.png">
</head>
<body itemscope itemtype="http://schema.org/WebApplication">
<noscript>
<h1>WageSage</h1>
<p>Please enable JavaScript in your browser</p>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAXKCeBwTPQRBGKiM7Ce8b93z_ykVnhjYU&libraries=visualization"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-103612375-1', 'auto');
ga('send', 'pageview');
</script>
<%= htmlWebpackPlugin.options.serviceWorkerLoader %>
</body>
</html>