forked from hacksurrey/hacksurrey.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (37 loc) · 2.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HackSurrey</title>
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://hacksurrey.uk/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://hacksurrey.uk/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://hacksurrey.uk/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://hacksurrey.uk/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://hacksurrey.uk/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://hacksurrey.uk/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="https://hacksurrey.uk/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://hacksurrey.uk/favicon-16x16.png" sizes="16x16" />
<meta name="application-name" content="HackSurrey" />
<meta name="msapplication-TileColor" content="#111116" />
<meta name="msapplication-TileImage" content="https://hacksurrey.uk/mstile-144x144.png" />
<meta property="og:title" content="HackSurrey" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hacksurrey.uk/" />
<meta property="og:image" content="https://hacksurrey.uk/apple-touch-icon-152x152.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0 viewport-fit=cover">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="./resources/styling.js"></script>
</head>
<body>
<div id="app"></div>
<script src="./resources/application.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128994477-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-128994477-2');
</script>
</body>
</html>