BIG LAB - favicon / website code
================================
Upload everything in this "favicons" folder to your website root,
then paste this into the <head> of every page:

<link rel="icon" href="/biglab-favicon.ico" sizes="any">
<link rel="icon" type="image/svg+xml" href="/biglab-favicon.svg">
<link rel="icon" type="image/png" sizes="96x96" href="/biglab-favicon-96x96.png">
<link rel="icon" type="image/png" sizes="32x32" href="/biglab-favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/biglab-favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/biglab-apple-touch-icon.png">
<link rel="manifest" href="/biglab.webmanifest">

Sizes included: 16, 32, 48, 96, 192, 512 px PNG, an .ico (16/32/48),
a scalable .svg, Apple touch icon (180), and Android maskable icons (192/512).
Tip: browsers also auto-request /favicon.ico - keeping a copy named exactly
"favicon.ico" at the root is a safe fallback.
