Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
smcnab1 authored Mar 25, 2024
1 parent 51e8e92 commit 2bd0d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<div class="protected__alert" data-id="alert">You entered the wrong password</div>
<div class="protected__content">
<div class="protected__content__logo">
<img src="/logo.png" alt="Logo" style="width: 70px">
<img src="logo.png" alt="Logo" style="width: 70px">
</div>
<h1 class="protected__content__heading">Please enter the provided password to continue.</h1>
<input class="protected__content__input" data-id="password" type="password" placeholder="Enter Password Here..."/>
Expand Down Expand Up @@ -148,4 +148,4 @@ <h1 class="protected__content__heading">Please enter the provided password to co
}
</script>
</body>
</html>
</html>

0 comments on commit 2bd0d86

Please sign in to comment.