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.
To submit, send a pull request to this repository.
- In the terminal,
cd
into the puck directory - Run
python -m SimpleHTTPServer
to start a server - Visit localhost:8000 to see the index page