No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- <%! from flask import g %>\
- </div>
- <div id="footer">
- <p>Copyright © 2009–2014 <a href="//en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> • \
- <a href="https://github.com/earwig/copyvios">View Source</a> • \
- % if ("CopyviosBackground" in g.cookies and g.cookies["CopyviosBackground"].value in ["potd", "list"]) or "CopyviosBackground" not in g.cookies:
- <a href="${g.descurl | h}">Background</a> • \
- % endif
- <a href="http://validator.w3.org/check?uri=referer">Valid HTML5</a>
- </p>
- </div>
- </body>
- </html>
|