L01: Course Home Page Audit
If you do not get a report, there may be something wrong with your
repository structure. Check the following:
- That you have a repo named "
wdd230
" on GitHub. Note the lowercase. - That you enabled the
wdd230
repo as a GitHub Pages enabled site. - That you created a file named "
index.html
" that is located on the root of your repo.
Here is an example of what your structure should look like as a reference:
https://githubusername.github.io/wdd230
The index.html is not included in the reference because it is the default file that opens when you navigate to the root of any valid folder on the web server.