added favicons to the new client (#9235)

This commit is contained in:
Łukasz Dobrogowski 2017-11-15 17:29:58 +01:00 committed by Matteo Pagliazzi
parent fcf0dd87f9
commit f15a27a7f1
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Habitica</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i|Roboto:400,400i,700,700i" rel="stylesheet">
<link rel="shortcut icon" sizes="48x48" href="/static/icons/favicon.ico">
<link rel="shortcut icon" sizes="192x192" href="/static/icons/favicon_192x192.png">
<link rel="mask-icon" href="/static/icons/favicon.ico">
</head>
<body>
<div id="loading-screen">

BIN
website/static/icons/favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB