-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (48 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0">
<title>Furora Media Ltd | Web Development Consultancy based in Essex / London</title>
<meta name="description" content="Furora Media Ltd, A Web Development Consultancy based in Essex / London">
<meta name="author" content="Furora Media Ltd">
<meta property="og:site_name" content="Furora Media Ltd" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Furora Media Ltd" />
<meta property="og:description" content="Furora Media Ltd, A Web Development Consultancy based in Essex / London" />
<meta property="og:url" content="https://www.furora.media/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Furora Media Ltd" />
<meta name="twitter:description" content="Furora Media Ltd, A Web Development Consultancy based in Essex / London" />
<meta name="twitter:url" content="https://www.furora.media/" />
<meta name="theme-color" content="#7e4a97">
<link rel="canonical" href="https://www.furora.media/" />
<link rel="preload" href="/static/bundle.js?v=37" as="script">
<link href="/manifest.json" rel="manifest">
<link href="/static/styles.css?v=37" rel="stylesheet" />
</head>
<body>
<div id="app"></div>
<script src="/static/bundle.js?v=37"></script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker
.register('/sw.js')
.then(function () {
// console.log('Service worker registered!');
})
.catch(function (error) {
console.log('Error registering service worker: ', error);
});
};
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-87329096-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-87329096-1');
</script>
</body>
</html>