#bl.ocks.org example
Last active
August 29, 2015 14:02
-
-
Save ideasatrandom/6b2b1d2f0de10be85319 to your computer and use it in GitHub Desktop.
Trying out bl.ocks.org Gist viewer
This file contains hidden or 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> | |
<title>bl.ocks.org - example</title> | |
<body> | |
<p><strong>Hello http://bl.ocks.org !!!</strong></p> | |
<p><a href="new_gist_file.html">Relitive link example to gist file in the same repo </a> | |
</body> | |
</html> |
This file contains hidden or 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> | |
<p>Example Gist file</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment