footer.html 297 B

1234567891011121314151617181920
  1. <footer>
  2. <hr />
  3. <center>
  4. <table border=2>
  5. <tr>
  6. <td><a href="https://en.libertybsd.net">English</a></td>
  7. <td><a href="https://es.libertybsd.net">Español</a></td>
  8. <td><a href="https://eo.libertybsd.net">Esperanto</a></td>
  9. </tr>
  10. </table>
  11. </center>
  12. </footer>
  13. </body>
  14. </html>
  15. <!-- :-) -->