Added actual information (rip in mail spambots)
This commit is contained in:
parent
69cd0cffaa
commit
d16408cd91
|
@ -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 {
|
||||
|
|
|
@ -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 %}
|
Loading…
Reference in New Issue