I love easter eggs in open source code. I was able to easily find this in the code and learned a bit about neocities and geocities URL formats in the process.
I was expecting that neocities sites would have similar URLs to geocities (in the neocities.org/server/user/page format). This is a fun way of learning about stuff.
Unfortunately the way web security works these days, there is no concept of path origin security, so sites in the neocities.org domain would be able to execute XSS attacks and steal session cookies and whatnot. Subdomains (site.neocities.org) are considered a different origin, and that allows us to prevent attacks to the main site. It's not perfect, there have been attack vectors in the past (which have been mitigated by some security features, such as HttpOnly cookies).
https://neocities.org/SiliconValley/Peaks/2790/
Works for any Geocities neighborhoods.
Jason Scott (@textfiles) gave me the idea when I was at the Internet Archive.