Page Evaluation Tool: W02 - Home Page
If you do not get a report, there may be something wrong with your
repository structure.
Check the following:
Check the following:
- You entered just your GitHub account username.
- You have a GitHub repository named "
wdd130
". - You have a file named "
index.html
" located on the root of "wdd130
". - GitHub Pages has been enabled for your wdd130 repository.
- Do not end any CSS file with a code comment.
Here is an example of what the tool is looking for on your GitHub Pages enabled site:
https://your-github-username.github.io/wdd130
The above URL reference will automatically request the "index.html
"" file in your
wdd130
repository.