Added actual information (rip in mail spambots)

This commit is contained in:
Dominik V. Salonen 2015-12-28 18:48:59 +01:00
parent 69cd0cffaa
commit d16408cd91
2 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,13 @@ body {
text-decoration: underline;
}
.note {
text-align: center;
font-size: 8pt;
color: #AAAAAA;
animation: appear 0.75s ease-out;
}
/* Restyle with custom margins */
p {

View File

@ -3,4 +3,5 @@
<video class="dmca" autoplay loop>
<source src="{{ url_for('static', filename='media/DMCA.webm') }}">
</video>
<p class="note">Please send an e-mail to <a href="mailto:abuse@quad.moe">abuse@quad.moe</a> for removal requests</p>
{% endblock %}