diff options
| author | RX14 <chris@rx14.co.uk> | 2018-04-26 19:13:22 +0100 |
|---|---|---|
| committer | RX14 <chris@rx14.co.uk> | 2018-04-26 19:13:22 +0100 |
| commit | 099a37483e5076714c7a6be5c6b9c7d546de5947 (patch) | |
| tree | cd6633b1163802607486cf0586c93fd843a3824f | |
| parent | d003dea5eea7752790d0a48b72dc209ce3c8c59b (diff) | |
Add favicon to pleroma-fe
| -rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Pleroma</title> + <link rel="icon" type="image/png" href="/favicon.png"> <link rel="stylesheet" href="/static/font/css/fontello.css"> <link rel="stylesheet" href="/static/font/css/animation.css"> </head> |
