Skip to content

Instantly share code, notes, and snippets.

@jimmy89Li
Created May 25, 2021 18:45
Show Gist options
  • Save jimmy89Li/6622566fd54226a5dbcbff6626b53af3 to your computer and use it in GitHub Desktop.
Save jimmy89Li/6622566fd54226a5dbcbff6626b53af3 to your computer and use it in GitHub Desktop.
Favicon
<!-- 32x32 favicon.ico file for legacy browsers. -->
<link rel="icon" href="/favicon.ico">
<!-- A single SVG icon with light/dark version for modern browsers. -->
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<!-- 180×180 PNG image for Apple devices. -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- Web app manifest with 192×192 and 512×512 PNG icons for Android devices. -->
<link rel="manifest" href="/manifest.webmanifest">
{
"icons": [
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment