Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
landing.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
9 ?>
10 <section class="page-landing">
11  <img class="logo" src="<?= $this->basePath() ?>/pub/images/magento-logo.svg" alt="Magento"/>
12  <p class="text-version">
13  <?= 'Version' . ' ' . $this->version ?>
14  </p>
15  <p class="text-welcome">
16  Welcome to Magento Admin, your online store headquarters.
17  <br>
18  Click 'Agree and Set Up Magento' or read <a href="http://devdocs.magento.com/guides/v2.0/install-gde/install/web/install-web.html" target="_blank">Getting Started</a> to learn more.
19  </p>
20  <p class="text-terms">
21  <a href="" ng-click="previousState()">Terms & Agreement</a>
22  </p>
23  <button
24  type="button"
25  class="btn btn-large btn-prime btn-submit"
26  ng-click="nextState()"
27  >Agree and Setup Magento</button>
28 </section>