Created
April 4, 2020 01:42
-
-
Save asciimike/325fb2f532c2fa7da3b7f6775bf22ab3 to your computer and use it in GitHub Desktop.
Covid Act Now Embed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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