Git/GitHub 3: Remote
This is a WCS quest.
- Create a new repo named "my-super-website" on GitHub (check "Initialize this repository with a README").
- Create a file index.html on GitHub (you can copy and paste an HTML skeleton from here).
- Clone this repo on your computer from the SSH link in GitHub.
- Open index.html in your favorite editor and modify it as you wish (add a <h1> change the <title>...).
- Using the command line, send (push) your changes to the remote repo.
- Share your remote repo link as a solution to this challenge.