Add a favicon

This commit is contained in:
Jinho Jang 2020-10-09 23:44:08 +09:00
parent db2fd48a5f
commit f0d97f1ee8
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
4 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -19,7 +19,9 @@
<meta property="al:android:package" content="im.status.ethereum" />
<meta property="al:android:app_name" content="Status — Ethereum. Anywhere" />
<% } %>
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,600|IBM+Plex+Sans:400,500,700">
<link rel="stylesheet" type="text/css" href="/css/site.min.css">
</head>