فهرست منبع

Add rel to favicon

niels 4 سال پیش
والد
کامیت
51f078a0d4
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 1 1
      static/index.html
  2. 2 0
      static/player.html

+ 1 - 1
static/index.html

@@ -12,13 +12,13 @@
     <meta property="og:url" content="">
     <meta property="og:image" content="">
 
+    <link rel="icon" type="image/png" href="favicon.png">
     <link rel="stylesheet" href="css/normalize.css">
     <link rel="stylesheet" href="css/fontawesome.css">
     <link rel="stylesheet" href="css/solid.css">
     <link rel="stylesheet" href="css/bootstrap/bootstrap.css">
     <link rel="stylesheet" href="css/main.css">
 
-
     <meta name="theme-color" content="#fafafa">
 </head>
 

+ 2 - 0
static/player.html

@@ -7,11 +7,13 @@
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width, initial-scale=1">
 
+
     <meta property="og:title" content="">
     <meta property="og:type" content="">
     <meta property="og:url" content="">
     <meta property="og:image" content="">
 
+    <link rel="icon" type="image/png" href="favicon.png">
     <link rel="stylesheet" href="css/normalize.css">
     <link rel="stylesheet" href="css/fontawesome.css">
     <link rel="stylesheet" href="css/solid.css">