footer.php 881 B

1234567891011121314151617
  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_center'>
  11. </td>
  12. <td id='footer_right'>
  13. 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, I guess). Monsters images and info are parsed from <a href='https://summonerswarskyarena.info'>https://summonerswarskyarena.info</a>. I really hope no one gets mad about this.
  14. </td>
  15. </tr>
  16. </table>
  17. </footer>