-
Notifications
You must be signed in to change notification settings - Fork 34
/
index.html
25 lines (23 loc) · 964 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Gas Finder</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="root"></div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script async defer type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAYFSOFfx1vA-RGbnTVVSu6pQmqdXu1-hc"></script>
<script src="js/vendor/gmaps.min.js"></script>
<script src="js/utils/get-json.js"></script>
<script src="js/utils/filters.js"></script>
<script src="js/components/header.js"></script>
<script src="js/index.js"></script>
</body>
</html>