-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathairport.html
54 lines (48 loc) · 1.6 KB
/
airport.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE HTML>
<!--
-->
<html>
<head>
<title>LAMPS 2020 - Airport Pick up and Drop Off</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<script src="js/includeHTML.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body>
<div w3-include-html="header-section.html"></div>
<section id="main" class="wrapper">
<div class="container">
<header class="major special">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScsJ1QqJiiuGk1Z6jt4Wqt-lPYJs6g9sedqn0Y639qyNLwVLA/viewform?embedded=true" width="760" height="600" frameborder="0" marginheight="0" marginwidth="0">Cargando...</iframe>
</header>
</div>
</section>
<section>
<div class="container">
<p>To correctly see the following section please deactivate your adblocker.</p>
</div>
<div w3-include-html="sponsor-section.html"></div>
</section>
<div w3-include-html="footer-section.html"></div>
<script>
includeHTML();
</script>
<script>
function initMaps(){
//initMapDirections();
initMap();
}
</script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDw4zMXfB61vweuQwMAC5ok2_QiVt9HuH0&callback=initMaps"></script>
</body>
</html>