Skip to content

Instantly share code, notes, and snippets.

@michaelwooley
Last active April 3, 2019 14:48
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 michaelwooley/ce0f432f7a85231a66e86075bc168619 to your computer and use it in GitHub Desktop.
Save michaelwooley/ce0f432f7a85231a66e86075bc168619 to your computer and use it in GitHub Desktop.
embeddable map example
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div style='background-color:salmon;border:3px solid black;'>
<h1>The map is embedded below!</h1>
<script src="https://gist.github.com/michaelwooley/c7487eb69573ca39581518850ba0e72c.js"></script>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment