-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (25 loc) · 1012 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<meta name="description" content="A measure of happiness in the areas below">
<h1 align="center">
<img src="images/pohmk2.png" alt="logo" />
</h1>
<h2 align="center"> A measure of happiness in Northern Ireland</h2>
</head>
<body background="images/background.jpg">
<div id="map"></div>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAzvhpAnquZlsrj4_Z97JJX0l1fVXxodWY
&callback=initMap">
</script>
</body>
</html>