]> git.openstreetmap.org Git - rails.git/blob - app/views/export/embed.html.erb
Change "Close" button to "Resolve" in notes popup
[rails.git] / app / views / export / embed.html.erb
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3   <head>
4     <meta charset="utf-8">
5     <title>OpenStreetMap Embedded</title>
6     <%= stylesheet_link_tag "embed", :media=> "screen" %>
7     <!--[if IE]>
8     <%= stylesheet_link_tag "leaflet.ie", :media=> "screen" %>
9     <![endif]-->
10     <%= javascript_include_tag "embed" %>
11   </head>
12   <body>
13     <div id="map"></div>
14   </body>
15 </html>