Skip to content

Commit

Permalink
Update three.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PoultryPants authored Dec 17, 2024
1 parent b5af367 commit 5d07334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion three.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h1>Clue #3</h1>
function askConfirmation() {
const confirmed = confirm("Are you sure?");
if (confirmed) {
goToLink('REEPPLLAACCE');
goToLink('https://poultrypants.github.io/ScavengerHunt/four');
}
}

Expand Down

0 comments on commit 5d07334

Please sign in to comment.