Skip to content

Commit

Permalink
Merge pull request #108 from RituCs/tmp
Browse files Browse the repository at this point in the history
Add  new favicon to the site
  • Loading branch information
Harshal0902 authored Jun 27, 2021
2 parents 0d1b1a6 + 7b6f530 commit 9d0db54
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script src="https://use.fontawesome.com/c287a31143.js"></script>
<link rel="stylesheet" href="./home.css">
<link rel="stylesheet" href="./footer.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
<link rel='icon' href='English/Assets/favicon1.ico' type='image/x-icon' />
</head>
<body onload="loader()">

Expand Down
Binary file modified English/Assets/favicon.ico
Binary file not shown.
Binary file added English/Assets/favicon1.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions English/favicon.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ window.onload=function(){
setInterval(function(){
if(favIndex== 0)
{
favicon.href="./Assets/favicon.ico";
favicon.href="./Assets/favicon1.ico";
}
else
{
favicon.href="./Assets/1.png";
favicon.href="./Assets/favicon.ico";
}
favIndex++;
favIndex %=2;
},1000);
};
};
Binary file modified Kannada/Assets/favicon.ico
Binary file not shown.
Binary file added Kannada/Assets/favicon1.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions Kannada/favicon.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ window.onload=function(){
setInterval(function(){
if(favIndex== 0)
{
favicon.href="./Assets/favicon.ico";
favicon.href="./Assets/favicon1.ico";
}
else
{
favicon.href="./Assets/1.png";
favicon.href="./Assets/favicon.ico";
}
favIndex++;
favIndex %=2;
},1000);
};
};
2 changes: 1 addition & 1 deletion aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Document</title>
<link rel="stylesheet" href="./about.css">
<link rel="stylesheet" href="./footer.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon' />
<link rel='icon' href='English/Assets/favicon1.ico' type='image/x-icon' />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion home.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script src="https://use.fontawesome.com/c287a31143.js"></script>
<link rel="stylesheet" href="./home.css">
<link rel="stylesheet" href="./footer.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
<link rel='icon' href='English/Assets/favicon1.ico' type='image/x-icon'/ >
</head>
<body onload="loader()">

Expand Down

0 comments on commit 9d0db54

Please sign in to comment.