web.myco.systems/layouts/partials/favicons.html

17 lines
288 B
HTML
Raw Normal View History

2024-04-14 13:02:25 -04:00
<link
rel="apple-touch-icon"
sizes="180x180"
2024-04-16 15:38:42 -04:00
href="/styles/blue/apple-touch-icon.png"
2024-04-14 13:02:25 -04:00
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
2024-04-16 15:38:42 -04:00
href="/styles/blue/favicon-32x32.png"
2024-04-14 13:02:25 -04:00
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
2024-04-16 15:38:42 -04:00
href="/styles/blue/favicon-16x16.png"
/>