Skip to content

Instantly share code, notes, and snippets.

@geryit
Last active January 13, 2018 00:03
Show Gist options
  • Save geryit/118b2ea9e084b7ea6cc9f4a0d489d93f to your computer and use it in GitHub Desktop.
Save geryit/118b2ea9e084b7ea6cc9f4a0d489d93f to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>Northbay</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
</head>
<body>
<div id="widget"></div>
<script src="https://pym.nprapps.org/pym.v1.min.js"></script>
<style>#widget iframe{max-width: 30rem}</style>
<script>
new pym.Parent('widget', 'https://carbonhealth.com/scheduler/northbay/all/all/walkin/', {});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment