mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-21 21:34:15 +00:00
added favicons to the new client (#9235)
This commit is contained in:
parent
fcf0dd87f9
commit
f15a27a7f1
3 changed files with 3 additions and 0 deletions
|
|
@ -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
BIN
website/static/icons/favicon.ico
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
website/static/icons/favicon_192x192.png
Executable file
BIN
website/static/icons/favicon_192x192.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in a new issue