footer.php 760 B

123456789101112131415
  1. <footer>
  2. <table id='footer_table'>
  3. <tr>
  4. <td id='footer_left'>
  5. Developed by <a href='https://inigovalentin.com'>I&ntilde;igo Valentin</a>.
  6. <br/>
  7. <br/>
  8. Source code available on <a href='https://github.com'>Github</a> under the GPLv3.
  9. </td>
  10. <td id='footer_right'>
  11. Neither I nor this tool are affiliated with or endorsed by <a href='http://com2us.com/'>Com2uS</a> in any way. The Summoners War logo and the monster images are property of their respective owners (Com2US, probably). Monsters images and info are parsed from <a href='https://swarfarm.com'>https://swarfarm.com</a>.
  12. </td>
  13. </tr>
  14. </table>
  15. </footer>