-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathcustom.html
More file actions
11 lines (11 loc) · 805 Bytes
/
custom.html
File metadata and controls
11 lines (11 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
<!-- favicon by https://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/apple-touch-icon.png?v=5' | relative_url }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/favicon-32x32.png?v=5' | relative_url }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ '/favicon-16x16.png?v=5' | relative_url }}">
<link rel="manifest" href="{{ '/site.webmanifest?v=5' | relative_url }}">
<link rel="mask-icon" href="{{ '/safari-pinned-tab.svg?v=5' | relative_url }}" color="#5bbad5">
<link rel="shortcut icon" href="{{ '/favicon.ico?v=5' | relative_url }}">
<meta name="apple-mobile-web-app-title" content="Zarr">
<meta name="application-name" content="Zarr">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">