Skip to content

Commit

Permalink
Favicon Updated 🔔🔔
Browse files Browse the repository at this point in the history
  • Loading branch information
Surajit Sen committed Oct 3, 2024
1 parent 0a1ab2c commit db3411a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/404.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Not Found - Lookup-Now</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<style>
body {
font-family: Arial, sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion views/contact.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<style>
body {
font-family: Arial, sans-serif;
Expand Down

0 comments on commit db3411a

Please sign in to comment.