Skip to content

Commit

Permalink
fix#14 favicon add
Browse files Browse the repository at this point in the history
  • Loading branch information
Muskan1411 committed Oct 30, 2018
1 parent 7552d99 commit f93dbb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@

<head>
<title>HTML Application</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/site.css" rel="stylesheet">
<link rel="icon" href="img/favicon.png" type="image/x-icon"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
</head>

<body>
Expand Down

0 comments on commit f93dbb1

Please sign in to comment.