# Unminify

## Challenge Description

I don't like scrolling down to read the code of my website, so I've squished it. As a bonus, my pages load faster!

Browse [here](http://titan.picoctf.net:63405/), and find the flag!

***

## Solution

The flag is given as the class name to a p tag which is nested deep inside other tags. Expand all tags to  get the flag.

<figure><img src="https://2035863894-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjvlUrxK6i7ZNmn3d6e8B%2Fuploads%2Frnb2TPF6cEOCdcUVO5ZD%2Fimage.png?alt=media&#x26;token=101479e3-4a24-4edd-9fd3-3c4d4e621f41" alt=""><figcaption></figcaption></figure>

Flag: `picoCTF{pr3tty_c0d3_d9c45a0b}`
