Skip to content

Added tabicon files and links #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added img/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions img/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<html class=""><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>Unigram</title>
<link rel="icon" href="img/favicon.svg" type="image/svg+xml">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/icon-192x192.png">
<link rel="alternate icon" href="img/favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Telegram for Windows">
<meta property="og:image" content="https://osx.telegram.org/updates/site/logo.png">
Expand Down Expand Up @@ -233,7 +238,7 @@ <h3><a class="anchor" name="v7-8-2021-06-25" href="https://unigramdev.github.io/
<li>Share your animated backgrounds with friends and family to upgrade them to a new level of messaging experience.</li>
<li>Choose between dozens of new gorgeous animated backgrounds in Appearance Settings > Background.</li>
<li>Backgrounds are now partially visible through the header and the footer in chats.</li>

</ul>
</div>

</div>
Expand Down