Main 1 – Solution

We are greeted with our first prompt for credentials. There will be many of these in the future, and all of them will start with the source code.

Below is the source code of the HTML <head> tag. We will look at this first to determine any interesting bits we should focus on. Feel free to click on the image to see a larger size.

At first it may seem confusing, but as this is Level 1, we aren’t looking for anything crazy. It turns out the answer to this problem is actually hidden in a comment notated by the “<!– –>” on line 29 specifically.

Entering the username “in”, and the password “out”, we reach the solution.

Next: Main 2