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.

преди 10 години
преди 12 години
преди 10 години
преди 10 години
преди 11 години
преди 12 години
преди 12 години
1234567891011121314
  1. <%! from flask import g, request %>\
  2. </div>
  3. <div id="footer">
  4. <p>Copyright &copy; 2009&ndash;2014 <a href="//en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> &bull; \
  5. <a href="${request.script_root}/api">API</a> &bull; \
  6. <a href="https://github.com/earwig/copyvios">Source Code</a> &bull; \
  7. % if ("CopyviosBackground" in g.cookies and g.cookies["CopyviosBackground"].value in ["potd", "list"]) or "CopyviosBackground" not in g.cookies:
  8. <a href="${g.descurl | h}">Background</a> &bull; \
  9. % endif
  10. <a href="http://validator.w3.org/check?uri=referer">Valid HTML5</a>
  11. </p>
  12. </div>
  13. </body>
  14. </html>