templates/higotrigo/ht_file/footer.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <style>
  6.         .footer {
  7.             width: 100%;
  8.             text-align: center;
  9.             font-size: 12px;
  10.             border-top: 1px solid #ccc;
  11.         }
  12.     </style>
  13. </head>
  14. <body>
  15.     <div class="footer">
  16.         Página [page] de [toPage]
  17.     </div>
  18. </body>
  19. </html>