-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (21 loc) · 1015 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
<!DOCTYPE html>
<html>
<head>
<title>Air</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel='stylesheet' type='text/css' href='files/main_style.css' />
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>
</head>
<body class='wsite-theme-light no-header-page'>
<div id="main-wrap">
<div id="iframe" style="margin: 0px auto 0px auto;width: 1680px;">
<iframe id="mappage" width="100%" height="1080" src="map.html" align="center" style="border: #0000FF 0px solid;"></iframe>
</div>
</div>
<div id="footer-wrap">
<div id="page">
<div id="footer">All rights reserved. Powered by 3203 BIGDATA<div>Icon made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed under <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0">CC BY 3.0</a></div></div>
</div>
</div>
</body>
</html>