yan14171 / homepage

My very own personal website. Basically this is just a résumé.
https://yan14171.github.io/homepage/
MIT License
0 stars 0 forks source link

Set up icons #15

Closed yan14171 closed 3 years ago

yan14171 commented 3 years ago

<-- Icon in the highest resolution we need it for -->

<link rel="icon" sizes="192x192" href="/path/to/icon.png">

<-- Apple Touch Icon (reuse 192px icon.png) -->

<link rel="apple-touch-icon" href="/path/to/apple-touch-icon.png">

<-- Safari Pinned Tab Icon -->

<link rel="mask-icon" href="/path/to/icon.svg" color="blue">