Great, you have your project on GitHub. It doesn’t get any more complex. You’re just two small preparations and a few clicks away from having your project online!
Publishing your project on GitHub Pages
Preparing the files for publishing
Before we can click on that publish button, we need to ensure that your files are interlinked in the right way, and that your main HTML file is called index.html.
Keeping your paths absolute
First, let’s check all our file references. There are two links from within our HTML file, one to our .css file and one to our...