-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path12.html
More file actions
25 lines (18 loc) · 775 Bytes
/
12.html
File metadata and controls
25 lines (18 loc) · 775 Bytes
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">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MARK AND HELP</title>
<link href="css_/style1.css" rel="stylesheet">
</head>
<body class="container">
<div id="map"></div>
<script src="js/script.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key= AIzaSyDgeITuGMxOlYhEH1Z_bR_DQVIwtX8diBc &callback=initMap"></script>
</body>
</html>