footer.blade.php 409 B

12345678910
  1. <footer class="text-muted">
  2. <div class="container">
  3. <p class="float-right">
  4. <a href="#">Back to top</a>
  5. </p>
  6. <p>Album example is &copy; Bootstrap, but please download and customize it for yourself!</p>
  7. <p>New to Bootstrap? <a href="../../">Visit the homepage</a> or read our <a href="../../getting-started/">getting started guide</a>.</p>
  8. </div>
  9. </footer>