Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
401.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
9 ?>
10 <script>
11  document.title = 'Magento Setup - 401 Unauthorized Access';
12 </script>
13 <section class="page-landing">
14  <img class="logo" src="<?= $this->basePath() ?>/pub/images/magento-logo.svg" alt="Magento"/>
15  <p class="text-welcome">
16  Welcome to Magento Admin, your online store headquarters.
17  <br>
18  To use the Magento setup wizard sign into your Admin account and navigate to System => Tools => Web Setup Wizard
19  </p>
20 </section>