Heroku can display custom maintenance page:
heroku config:set MAINTENANCE_PAGE_URL=http://some_server/my_page.html
This requires presence of some website where the page will be always online.
Could the maintenance page be loaded into Heroku once and forever?