Skip to content

Instantly share code, notes, and snippets.

@asciimike
Created April 4, 2020 01:42
Show Gist options
  • Save asciimike/325fb2f532c2fa7da3b7f6775bf22ab3 to your computer and use it in GitHub Desktop.
Save asciimike/325fb2f532c2fa7da3b7f6775bf22ab3 to your computer and use it in GitHub Desktop.
Covid Act Now Embed
<html>
<body>
<!-- You can quickly add it to your website via an iFrame: -->
<!-- Don't forget to change the state you want to display -->
<iframe
src="https://covidactnow.org/embed/us/co"
title="CoVid Act Now"
width="350"
height="700"
frameBorder="0"
scrolling="no"
></iframe>
<!-- Or via a script include: -->
<!-- Don't forget to change the state you want to display -->
<div class="covid-act-now-embed" data-state-id="CO"/>
<script src="http://covidactnow.org/scripts/embed.js"></script>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment