Skip to content

Instantly share code, notes, and snippets.

@hannic
Last active April 30, 2020 10:39
Show Gist options
  • Save hannic/dc066e908853d9188eb96e15112dca7a to your computer and use it in GitHub Desktop.
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)
license: gpl-3.0
height: 500
scrolling: no
border: yes
To add a thumbnail
<!--- 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>
@hannic
Copy link
Author

hannic commented Apr 30, 2020

preview.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment