Last active
April 30, 2020 10:39
-
-
Save hannic/dc066e908853d9188eb96e15112dca7a to your computer and use it in GitHub Desktop.
Host Single Page Websites on Gist (bl.ocks.org and https://bl.ocks.org/-/about)
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
license: gpl-3.0 | |
height: 500 | |
scrolling: no | |
border: yes | |
To add a thumbnail | |
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
<!--- https://www.labnol.org/internet/github-gist-tutorial/28499/ ---> | |
<html> | |
<body> | |
<h1>Test</h1> | |
<a href="http://www.google.com">A Link</a> | |
<img src="https://gist.github.com/hannic/dc066e908853d9188eb96e15112dca7a/raw/da2e13a2ebae48b34792a7f02ba80ca7cbf8e9ff/preview.png" /> | |
<p>Lorem ipsum</p> | |
</body> | |
</html> |
Author
hannic
commented
Apr 30, 2020
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment