Created
March 15, 2017 22:19
-
-
Save aaizemberg/273953f2c7ee44bac190a56207a55183 to your computer and use it in GitHub Desktop.
Internet penetration rate by country
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>Publicando un mapa interactivo, desde GoogleSheets</title> | |
</head> | |
<body> | |
<iframe width=650 height=400 frameborder=0 src="https://docs.google.com/spreadsheets/d/1fhn8UUPG_hXrBK2vpNILZS9FHvhi9lGknp1jjSqeF1Y/pubchart?oid=2140885709&format=interactive"></iframe> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment