diff --git a/animal.html b/animal.html index 947682925aba991b3df5b07535275e04db0ad9a6..886a3fcb6c7c9c3ec3f4875e81ad2a7311c92550 100644 --- a/animal.html +++ b/animal.html @@ -5,15 +5,16 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Sixth Sense</title> + <link rel="icon" href="logo.PNG" type="image/PNG" /> <!-- bootstrap core css --> - <link rel="stylesheet" type="text/css" href="css/bootstrap.css" /> + <link rel="stylesheet" type="text/css" href="bootstrap.css" /> <!-- progress barstle --> <!-- fonts style --> <link href="https://fonts.googleapis.com/css?family=Poppins:400,700|Raleway:400,600&display=swap" rel="stylesheet"> <!-- font wesome stylesheet --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <!-- Custom styles for this template --> - <link href="css/style.css" rel="stylesheet" /> + <link href="style.css" rel="stylesheet" /> <!-- responsive style --> <link href="css/responsive.css" rel="stylesheet" /> <!-- activity.css --> @@ -26,7 +27,7 @@ <header class="header_section"> <div class="container"> <nav class="navbar navbar-expand-lg custom_nav-container "> - <a class="navbar-brand" href="index.html"> + <a class="navbar-brand" href="main.html"> <span> Sixth Sense </span> @@ -39,7 +40,7 @@ <div class="d-flex ml-auto flex-column flex-lg-row align-items-center"> <ul class="navbar-nav "> <li class="nav-item active"> - <a class="nav-link" href="index.html"> Home <span class="sr-only">(current)</span></a> + <a class="nav-link" href="main.html"> Home <span class="sr-only">(current)</span></a> </li> </ul> </div>