โ† Back to Challenges

๐Ÿ” Inspector Gadget

โ˜…  Easy ยท 100 pts

Every website is built with code that your browser reads and turns into what you see on screen. But sometimes, developers leave secret messages hidden inside that code that don't show up on the page!

๐Ÿ’ก Hint: Right-click anywhere on this page and select "View Page Source" or press Ctrl + U to see the raw HTML code. Look for something that doesn't appear on the visible page...

๐Ÿฐ Welcome to the Castle of Secrets ๐Ÿฐ

This looks like a completely normal page... or does it?

๐Ÿค” Stuck? Click for an extra hint

In HTML, developers can write comments that don't show up on the page. They look like this: <!-- comment here -->

Try viewing the source and search for FLAG using Ctrl + F!

๐Ÿšฉ Submit Your Flag