You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will hide a secret message inside README.md that hints at the Easter Egg. Users who find it will be guided to a hidden challenge.
🛠 Steps to Implement:
Inside README.md, add this hidden comment:
<!-- 🏺 The Lost Scroll of Alexandria 🏺Congratulations, traveler! You have uncovered an ancient secret.To reveal its true power, run:npm run decipher-scrollAnd enter the code: "ALEXANDRIA-300BC"-->
Ensure this message does not appear in normal rendering.
Test by checking that users can only see it when inspecting the Markdown source.
✅ Expected Outcome: users who inspect the README will find this hidden clue and be directed to the next part of the challenge
The text was updated successfully, but these errors were encountered:
🎯 Goal:
We will hide a secret message inside
README.md
that hints at the Easter Egg. Users who find it will be guided to a hidden challenge.🛠 Steps to Implement:
README.md
, add this hidden comment:✅ Expected Outcome: users who inspect the README will find this hidden clue and be directed to the next part of the challenge
The text was updated successfully, but these errors were encountered: