Adding favicon

This commit is contained in:
BrokenFire 2018-02-14 14:47:57 +01:00
parent b79f809094
commit 0287fc976e
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -6,7 +6,7 @@
<title>Discord Bot</title>
<link rel="icon"
type="image/x-icon"
href="favicon.ico"/>
href="favicon.png"/>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>

View File

@ -6,7 +6,7 @@
<title>Music Control - Discord Bot</title>
<link rel="icon"
type="image/x-icon"
href="favicon.ico"/>
href="favicon.png"/>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>

View File

@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>User Registration - Discord Bot</title>
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="favicon.png"/>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>