-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.26 KB
/
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
29
30
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no" />
<title>Public art</title>
<link rel="stylesheet" href="bower_components/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="markers/leaflet.extra-markers.min.css">
<link rel="stylesheet" href="style.css">
<link href="bower_components/lightbox2/dist/css/lightbox.min.css" rel="stylesheet" />
</head>
<body>
<div id="title" class="title-text">
<h3>Public art</h3>
<small>scroll <i class="fa fa-chevron-down"></i></small>
</div>
<div id="narration">
<div id="contents">
<div id="space-at-the-top" class="space-at-the-top"></div>
</div>
</div>
<div id="map"></div>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/leaflet/dist/leaflet.js"></script>
<script src="markers/leaflet.extra-markers.min.js"></script>
<script src="bower_components/lightbox2/dist/js/lightbox.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>