A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
733 B

  1. <%!
  2. from datetime import datetime
  3. from flask import g, request
  4. %>\
  5. </main>
  6. </div>
  7. <div class="padding"></div>
  8. </div>
  9. <footer>
  10. <ul>
  11. <li>Maintained by <a href="https://en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a></li>
  12. <li><a href="${request.script_root}/api">API</a></li>
  13. <li><a href="https://github.com/earwig/copyvios">Source code</a></li>
  14. % if ("CopyviosBackground" in g.cookies and g.cookies["CopyviosBackground"].value in ["potd", "list"]) or "CopyviosBackground" not in g.cookies:
  15. <li><a href="${g.descurl | h}">Background image</a></li>
  16. % endif
  17. </ul>
  18. </footer>
  19. </body>
  20. </html>