Skip to content

Commit

Permalink
Add GitHub ribbon to OSM example
Browse files Browse the repository at this point in the history
  • Loading branch information
Starefossen committed Nov 21, 2014
1 parent 00859fb commit fca25c4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/osm.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<title>Load Leaflet Route</title>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="libs/leaflet/leaflet.ie.css" /><![endif]-->

<link rel="stylesheet" href="http://simonwhitaker.github.io/github-fork-ribbon-css/gh-fork-ribbon.css" />
<!--[if IE]><link rel="stylesheet" href="http://simonwhitaker.github.io/github-fork-ribbon-css/gh-fork-ribbon.ie.css" /><![endif]-->

<link rel="stylesheet" href="../app.css" />
<script type="text/javascript">
var _gaq = _gaq || [];
Expand Down Expand Up @@ -139,5 +143,12 @@
map.addControl(routing);
routing.draw()
</script>

<!-- CSS GitHub ribbon by Simon Whitaker https://github.com/simonwhitaker/github-fork-ribbon-css -->
<div class="github-fork-ribbon-wrapper left-bottom">
<div class="github-fork-ribbon">
<a href="https://github.com/Turistforeningen/leaflet-routing">Fork me on GitHub</a>
</div>
</div>
</body>
</html>

0 comments on commit fca25c4

Please sign in to comment.