HTTP headers allow the client and the server to pass additional information with the request or the response. A request header consists of its case-insensitive name followed by a colon ':', then by its value (without line breaks). Leading white space before the value is ignored.
<head> section doesn't contain any styles.
Name | Value |
---|---|
Link #1 | |
rel | stylesheet |
href | ./style.css |
type | text/css |
Link #2 | |
rel | shortcut icon |
href | ./img/etorrent.ico |
Link #3 | |
rel | apple-touch-icon |
href | ./img/etorrent.png |
<head> section doesn't contain any internal script sections.
Name | Value |
---|
<head> section doesn't contain a base section.