-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (28 loc) · 1.05 KB
/
index.html
File metadata and controls
32 lines (28 loc) · 1.05 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jQmap</title>
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<div class="wrapper"><!-- WRAPPER START -->
<div class="main-content"><!-- MAIN CONTENT START -->
<div id="jQmap"><!-- jQmap START -->
<div class="jQmap-showcase">
<img src="img/ceneo_06.jpg" alt="" class="jQmap-thumb" id="jQmap-thumb">
</div>
</div><!-- jQmap END -->
</div><!-- MAIN CONTENT END -->
</div><!-- WRAPPER END -->
<!-- JQUERY -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<!-- CUSTOM JS -->
<script src="js/jQmap.js"></script>
</body>
</html>