-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (22 loc) · 979 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="shortcut icon" href="./logo.png" type="image/x-icon">
<title>Geo Ninjas</title>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAGdHaGg1gIUnNcAAnhsl3woJvRt27RB5M"></script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<!-- AIzaSyAGdHaGg1gIUnNcAAnhsl3woJvRt27RB5M -->
</body>
</html>