Git/GitHub 1: Discover GitHub
This is a WCS quest.
- Create an account on GitHub.
- Creates a repository called "helloWorld".
- Create a file index.html and create the skeleton of an HTML page (on Github)
- Change the <title> in index.html and make a commit with a description describing the change (e.g: Changed the title).
- Add an <h1> in the <body> inside index.html and make a commit with a description describing the change.
- Add an <h2> in the <body> inside index.html and make a commit with a description describing the change.
- Share the link to your repository as a solution to this challenge.