12 lines
239 B
HTML
12 lines
239 B
HTML
---
|
|
layout: example.html
|
|
title: External map
|
|
shortdesc: Show a map in a separate window.
|
|
docs: >
|
|
|
|
tags: "external, window"
|
|
resources:
|
|
---
|
|
<div id="map" class="map"></div>
|
|
<input id="extMap" type="button" value="Open external map"></input>
|