This app has invalid HTML in index.html
. Use w3's html validator to work out errors.
- Visit the above link
- Select "Validate by Direct Input"
- Paste the content in
index.html
. - Click "Check"
- Read the Erros output in red
- Adust HTML in
index.html
- Repeat until all errors are gone.
If you'd like to see this file from a server instead, clone this repository and then cd
into this directory. It's not nessecary to complete this exercise.
- Run
http-server -c-1 -o
to start a server - Visit http://localhost:8080 to see the index page