-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="dns-prefetch" href="https://www.google-analytics.com">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8998EV7FR0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8998EV7FR0');
</script>
<link rel="manifest" href="/manifest.json">
<link rel="preconnect" href="https://www.google-analytics.com">
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Tom Metcalfe">
<meta name="keywords" content="tom metcalfe, thomas metcalfe, php developer, software engineer, software engineering manager, birmingham">
<meta name="description" content="My name is Tom Metcalfe. I am a passionate and driven Software Engineering Manager who wants to enable others to realise their full potential.">
<meta name="theme-color" content="#384452">
<title>Tom Metcalfe | Software Engineer & Engineering Manager | Birmingham</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- built files will be auto injected -->
</body>
</html>