A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

14 lignes
671 B

  1. <%! from flask import g %>\
  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="https://github.com/earwig/copyvios">View Source</a> &bull; \
  6. % if ("CopyviosBackground" in g.cookies and g.cookies["CopyviosBackground"].value in ["potd", "list"]) or "CopyviosBackground" not in g.cookies:
  7. <a href="${g.descurl | h}">Background</a> &bull; \
  8. % endif
  9. <a href="http://validator.w3.org/check?uri=referer">Valid HTML5</a>
  10. </p>
  11. </div>
  12. </body>
  13. </html>