503.phtml 298 B

123456789101112
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. ?>
  7. <h1>Service Temporarily Unavailable</h1>
  8. <p>
  9. The server is temporarily unable to service your request due to maintenance downtime or capacity problems.
  10. Please try again later.
  11. </p>