Skip to content

Instantly share code, notes, and snippets.

@geryit
Last active July 5, 2018 15:16
Show Gist options
  • Save geryit/8de264068728834148737c27e9aff7ef to your computer and use it in GitHub Desktop.
Save geryit/8de264068728834148737c27e9aff7ef to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</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/practice/carbon-primary-care/carbon-financial-district/walkin/embed?brandColor=me=dFFAD26&theme=dark', {});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment