Using the index.html
and README.md
files created in the first exercise, we will create a gist and then we will be able to launch it as a bl.ock.
- Sign in to GitHub.
- Navigate to your gist home page.
- Name the gist and type an optional description and name for your gist.
- Name the first file as
index.html
. - Copy the block of code from the
index.html
file (HTML, CSS and JS) from the first exercise. - Click on "Add file".
- Name the second files as
README.md
. - Copy the text from the
README.md
file from the first exercise. - Click on "Create public gist".