Skip to content

Commit

Permalink
Merge pull request #1540 from CharVaibhav/main
Browse files Browse the repository at this point in the history
fix: Fevicon not visible on all html pages #1431
  • Loading branch information
apu52 authored Oct 26, 2024
2 parents 7ab4853 + 4984933 commit f72c937
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<title>Error Page not found</title>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions HoneyMoon.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<style>
.newNav{
opacity:1 !important;
Expand Down
1 change: 1 addition & 0 deletions Licensing.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Licensing Page</title>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<style>

body {
Expand Down
1 change: 1 addition & 0 deletions Signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Signup</title>
<link rel="stylesheet" href="login.css"/>
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
</head>
<body>
<div class="container">
Expand Down
1 change: 1 addition & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="about.css">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
</head>
<body>
<div class="background">
Expand Down
1 change: 1 addition & 0 deletions contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
rel="stylesheet"
/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>

<style>
html {
Expand Down
1 change: 1 addition & 0 deletions newLogin.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link href="https://cdn.lineicons.com/4.0/lineicons.css" rel="stylesheet" />
<script src="https://kit.fontawesome.com/f2e55912f8.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./login/login.css">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
</head>
<body>
<div id="loginSuccessBanner" class="success-banner">Logged in successfully</div>
Expand Down
1 change: 1 addition & 0 deletions packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<style>
:root {
--primary-color: #d6eaf7;
Expand Down
1 change: 1 addition & 0 deletions thankyou.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thankyou</title>
<link rel="stylesheet" href="thankyou.css">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
</head>
<body>
<div class="container">
Expand Down
1 change: 1 addition & 0 deletions tnc.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>

<style>
.circle {
Expand Down
1 change: 1 addition & 0 deletions topdeals/topdeals.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>

<title>Top Deals</title>
<style>
Expand Down

0 comments on commit f72c937

Please sign in to comment.