Skip to content

Instantly share code, notes, and snippets.

@tannaurus
Created November 5, 2020 16:13
Show Gist options
  • Save tannaurus/6ed7a3b7d942e18edd536d7803f60e1a to your computer and use it in GitHub Desktop.
Save tannaurus/6ed7a3b7d942e18edd536d7803f60e1a to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/polusus
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<!-- Calendly badge widget begin -->
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript"></script>
<script type="text/javascript">Calendly.initBadgeWidget({ url: 'https://calendly.com/dr-romine', text: 'Schedule time with me', color: '#00a2ff', textColor: '#ffffff', branding: false });</script>
<!-- Calendly badge widget end -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment