You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
616 B

  1. <main>
  2. <div>
  3. <header>
  4. <ul class="list middle">
  5. <li>
  6. <span class="primary active icon gray">
  7. <a href="<?php echo \Movim\Route::urlize('main'); ?>">
  8. <i class="material-symbols">home</i>
  9. </a>
  10. </span>
  11. <div>
  12. <p class="center"><?php echo __('page.account_creation'); ?></p>
  13. </div>
  14. </li>
  15. </ul>
  16. </header>
  17. <?php $this->widget('Subscribe');?>
  18. </div>
  19. </main>