Skip to content

Commit

Permalink
favicon link fixed in sign up page
Browse files Browse the repository at this point in the history
  • Loading branch information
swaraj-das authored Oct 4, 2024
1 parent 86ac6fb commit 4ade9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SignUp/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sign Up for GamingTools</title>
<link rel="stylesheet" href="signup.css">
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon">
<link rel="shortcut icon" href="../images/logo.png" type="image/x-icon">
</head>
<body>
<div class="signup-container">
Expand Down

0 comments on commit 4ade9ad

Please sign in to comment.