-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjs.html
More file actions
16 lines (11 loc) · 848 Bytes
/
js.html
File metadata and controls
16 lines (11 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<script src="{{ "/js/jquery-1.10.2.js" | prepend: site.baseurl }}"></script>
<!-- Bootstrap Core JavaScript -->
<script src="{{ "/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
<!-- Leaflet -->
<script src="https://unpkg.com/leaflet@1.0.0-rc.2/dist/leaflet.js"></script>
<!-- Mapzen Tangrams -->
<script src="https://mapzen.com/tangram/0.6/tangram.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script>
<!-- Custom Theme JavaScript -->
<script src="{{ "/js/monuments.js" | prepend: site.baseurl }}"></script>