```html </html> ``` in all `.html` files Also: ```html <link rel="stylesheet" href="/maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> ``` can be fixed ```html <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> ``` or removed
in all
.htmlfilesAlso:
can be fixed
or removed