-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (20 loc) · 927 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
<html>
<head>
<link href="css/style.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Gudea|Raleway:200|Ubuntu" rel="stylesheet">
<script src="https://use.fontawesome.com/d4e4ef5e09.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.0/handlebars.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBC8Mxsy83DUAIwsd51-B-6AjgF-ECOcUk">
</script>
</head>
<body>
<script src="js/data.js"></script>
<script src="js/script.js"></script>
<script src="js/plugin.jquery.js"></script>
<script src="js/partials.js"></script>
</body>
</html>