diff options
author | HyTeYT | 2018-08-24 15:33:30 +0200 |
---|---|---|
committer | HyTeYT | 2018-08-24 15:33:30 +0200 |
commit | bb77248e2edcaf4264fd11c0db47f62145792bbd (patch) | |
tree | cc526b4559245e2f542df5e7a922ad90ef99a341 /index.html | |
parent | edf7da32dd7cd67e74eeb35bb69f31698678a06f (diff) |
Added favicons
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ <meta name="description" content="BEAM-Messenger - The future of secure and instant messaging. | BEAM-Messenger features highly secure AES256 encryption, instant messaging, status/story, file sharing and more!"> <link rel="stylesheet" href="./assets/css/style.css"> <link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet"> - <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"> + <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"> + <link rel="shortcut icon" type="image/x-icon" href="./assets/images/logo.png"> <title>BEAM-Messenger</title> </head> <body> |