This problem requires you to follow the hints left around the website to find each piece of the flag
Located in the html of the website
<!-- Here's the first part of the flag: picoCTF{t -->
Located in the css of the website
/* CSS makes the page look nice, and yes, it also has part of the flag. Here's part 2: h4ts_4_l0 */
If you look in the javascript of the website we see the hint "How can I keep Google from indexing my website?". The answer is to make some changes to the "/robots.txt" file. When we look inside the "robots.txt" file we find part 3 of the flag
# Part 3: t_0f_pl4c
There was also a hint in the "robots.txt" file that said "# I think this is an apache server... can you Access the next flag?". This hint is referring to the "/.htaccess" file that are standard in apache servers for managing access to files.
# Part 4: 3s_2_lO0k
We also see another hint in the "/.htaccess" file stating "# I love making websites on my Mac, I can Store a lot of information there". This hint is referring to the "/.DS_Store" file.
Congrats! You completed the scavenger hunt.
Part 5: _35844447}
picoCTF{th4ts_4_l0t_0f_pl4c3s_2_lO0k_35844447}