401.phtml 600 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. // @codingStandardsIgnoreFile
  7. ?>
  8. <script>
  9. document.title = 'Magento Setup - 401 Unauthorized Access';
  10. </script>
  11. <section class="page-landing">
  12. <img class="logo" src="<?= $this->basePath() ?>/pub/images/magento-logo.svg" alt="Magento"/>
  13. <p class="text-welcome">
  14. Welcome to Magento Admin, your online store headquarters.
  15. <br>
  16. To use the Magento setup wizard sign into your Admin account and navigate to System => Tools => Web Setup Wizard
  17. </p>
  18. </section>