Skip to content

Instantly share code, notes, and snippets.

@trescube
Last active August 13, 2018 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trescube/e0ee8ba877e235f02d87abc8c6a34c9e to your computer and use it in GitHub Desktop.
Save trescube/e0ee8ba877e235f02d87abc8c6a34c9e to your computer and use it in GitHub Desktop.
<html>
<body>
<table>
<tr>
<td>
<img src="https://maps.googleapis.com/maps/api/staticmap?
key=<YOUR API KEY>
center=39.1172707,-75.4815594&
zoom=8&
size=300x600&
maptype=terrain&
markers=color:green|label:W|221 Academy Street, Newark, DE&
markers=anchor:center|icon:https://www.iconfinder.com/icons/2410011/download/png/24|39.159456,-75.524494&
markers=anchor:center|icon:https://www.iconfinder.com/icons/103247/download/png/24|39.808811,-75.603726|38.775936,-75.139399|38.640344,-75.613109|39.118667,-75.45657
"/>
</td>
<td valign="top">
<ul>
<li>Dover, DE</li>
<li><b>W</b>orkshop @ 221 Academy St, Newark, DE</li>
<li>Museums:
<ul>
<li>Winterthur, 5105 Kennett Pike, Wilmington, DE</li>
<li>Cannonball Maritime House/Museum, 118 Front Street, Lewes, DE</li>
<li>Seaford Museum, 203 High Street, Seaford, DE</li>
<li>Air Mobility Command Museum, Dover AFB 1301 Heritage Rd, Dover AFB</li>
</ul>
</li>
</ul>
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment