Tags: web
Rating:
# Inspect Me
```
Keith's little brother messed up some things...
https://inspect-me.web.chal.hsctf.com
Note: There are 3 parts to the flag!
```
We need to view the source code of the site in order to find the flag. The first one is in the HTML as a comment.

The second part is in the stylesheet.

The final part is in the JavaScript.

The final flag put together is
```
hsctf{that_was_pretty_easy_right}
```