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 | shortcut icon |
href | /static/favicon.ico |
type | image/x-icon |
Link #2 | |
rel | icon |
href | /static/favicon.ico |
type | image/x-icon |
Link #3 | |
sizes | 152x152 |
rel | apple-touch-icon-precomposed |
href | /static/favicons/apple-touch-icon-152x152.png |
Link #4 | |
sizes | 57x57 |
rel | apple-touch-icon-precomposed |
href | /static/favicons/apple-touch-icon-57x57.png |
Link #5 | |
sizes | 60x60 |
rel | apple-touch-icon-precomposed |
href | /static/favicons/apple-touch-icon-60x60.png |
Link #6 | |
sizes | 72x72 |
rel | apple-touch-icon-precomposed |
href | /static/favicons/apple-touch-icon-72x72.png |
Link #7 | |
sizes | 76x76 |
rel | apple-touch-icon-precomposed |
href | /static/favicons/apple-touch-icon-76x76.png |
Link #8 | |
sizes | 114x114 |
rel | apple-touch-icon-precomposed |
href | /static/favicons/apple-touch-icon-114x114.png |
Link #9 | |
sizes | 120x120 |
rel | apple-touch-icon-precomposed |
href | /static/favicons/apple-touch-icon-120x120.png |
Link #10 | |
sizes | 144x144 |
rel | apple-touch-icon-precomposed |
href | /static/favicons/apple-touch-icon-144x144.png |
Link #11 | |
sizes | 16x16 |
type | image/png |
rel | icon |
href | /static/favicons/favicon-16x16.png |
Link #12 | |
sizes | 32x32 |
type | image/png |
rel | icon |
href | /static/favicons/favicon-32x32.png |
Link #13 | |
sizes | 96x96 |
type | image/png |
rel | icon |
href | /static/favicons/favicon-96x96.png |
Link #14 | |
sizes | 196x196 |
type | image/png |
rel | icon |
href | /static/favicons/favicon-196x196.png |
Link #15 | |
sizes | 128x128 |
type | image/png |
rel | icon |
href | /static/favicons/favicon-128x128.png |
Link #16 | |
rel | stylesheet |
href | /css/style.css |
Link #17 | |
rel | stylesheet |
href | /css/swiper-3.4.1.min.css |
<head> contains 1 internal script sections. Total size: 262 bytes.
Name | Value |
---|---|
Script #1 | |
type | text/javascript |
src | /js/jquery-3.1.1.min.js |
Script #2 | |
type | text/javascript |
src | /js/swiper-3.4.1.jquery.min.js |
Script #3 | |
type | text/javascript |
src | /js/jquery.slimscroll.min.js |
Script #4 | |
type | text/javascript |
src | /js/main.js |
Script #5 | |
type | text/javascript |
src | /js/home.js |
<head> section doesn't contain a base section.