Added actual information (rip in mail spambots)
This commit is contained in:
parent
69cd0cffaa
commit
d16408cd91
|
@ -72,6 +72,13 @@ body {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 8pt;
|
||||||
|
color: #AAAAAA;
|
||||||
|
animation: appear 0.75s ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
/* Restyle with custom margins */
|
/* Restyle with custom margins */
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
|
@ -3,4 +3,5 @@
|
||||||
<video class="dmca" autoplay loop>
|
<video class="dmca" autoplay loop>
|
||||||
<source src="{{ url_for('static', filename='media/DMCA.webm') }}">
|
<source src="{{ url_for('static', filename='media/DMCA.webm') }}">
|
||||||
</video>
|
</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 %}
|
{% endblock %}
|
Loading…
Reference in New Issue