Skip to content

Commit

Permalink
Merge pull request #39 from pankaj-2503/feat/favicon-missing
Browse files Browse the repository at this point in the history
Feat/favicon missing
  • Loading branch information
dakshsinghrathore authored Oct 8, 2023
2 parents 979269f + 04a44b2 commit fb78cb7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ul {
list-style: none; /*this is to get rid of the bullet*/
}


/* Header/Navbar */

.main-header {
Expand Down
Binary file added images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css" />
<link rel="icon" type="icon" href="/ISRO-web/images/favicon.png">
<script src="js/script.js" defer></script>
<title>Indian Space Research Organisation</title>
</head>
Expand Down

0 comments on commit fb78cb7

Please sign in to comment.