Use 🙂 as a favicon

This commit is contained in:
Rogerio Chaves 2020-05-02 10:45:49 +02:00
parent 2f5dd2b222
commit 06ae4b5a1a
No known key found for this signature in database
GPG Key ID: E6AF5440509B1D94
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<title>Feedless</title>
<link rel="stylesheet" href="/shared.css">
<link rel="stylesheet" href="/desktop.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%221em%22 font-size=%2290%22>🙂</text></svg>">
</head>
<body <%- typeof body_class == "undefined" ? "" : `class="${body_class}"` %>>
<header class="screen-center">

View File

@ -6,6 +6,7 @@
<title>Feedless</title>
<link rel="stylesheet" href="/shared.css">
<link rel="stylesheet" href="/mobile.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%221em%22 font-size=%2290%22>🙂</text></svg>">
</head>
<body>
<header>