jump-to-top-link.php 211 B

12345678
  1. <a
  2. href="#top"
  3. class="button button-secondary button-circle button-floating button-floating-top"
  4. title="<?= _("Top") ?>"
  5. >
  6. <i class="fas fa-arrow-up"></i>
  7. <span class="u-hidden"><?= _("Top") ?></span>
  8. </a>