Depends. If you don't care about "managing" the URL and want top performance, let the web server return the static page. But if you're using templating and your static content is only part of the whole page, or you're using clean URLs, then have the view return the static content.
It also depends on your style. In general I'm strict with my coding, so if I go MVC I say take it all the way and have a view return the static content.