Browse Source

added favicon

AlexiCauvin 5 years ago
parent
commit
c9638eb43f
2 changed files with 1 additions and 1 deletions
  1. BIN
      dist/asset/favicon.ico
  2. 1 1
      dist/index.html

BIN
dist/asset/favicon.ico View File


+ 1 - 1
dist/index.html View File

@@ -4,7 +4,7 @@
4 4
     <meta charset='utf-8' />
5 5
     <meta name="viewport" content="width=device-width, user-scalable=no">
6 6
     <title>Tracim</title>
7
-    <link rel='shortcut icon' href='favicon.ico'>
7
+    <link rel='shortcut icon' type='image/x-icon' href='/asset/favicon.ico' >
8 8
 
9 9
     <link rel="stylesheet" type="text/css" href="/font/font-awesome-4.7.0/css/font-awesome.css">
10 10
     <link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">