add DMCA rule

This commit is contained in:
b1ek 2023-02-22 17:42:39 +10:00
parent c228b4309e
commit 9168296a22
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@ extends layout/main.pug
block root block root
- var title = 'Guestbook' - var title = 'Guestbook'
include lib/since.pug include lib/since.pug
include ui/label.pug
block head block head
<link rel='stylesheet' href='/static/ui/send_button.css'> <link rel='stylesheet' href='/static/ui/send_button.css'>
<link rel='stylesheet' href='/static/ui/gb_ui.css'> <link rel='stylesheet' href='/static/ui/gb_ui.css'>
@ -49,6 +50,10 @@ block content
| Do not post spam ads, keep it for humans. | Do not post spam ads, keep it for humans.
ul ul
li There is no captcha for a reason. I'd like to keep it this way for as long as possible, so I humbly ask not to ruin it. li There is no captcha for a reason. I'd like to keep it this way for as long as possible, so I humbly ask not to ruin it.
li
| DMCA content is not allowed. If your rights are violated, send your strikes to:
a(href='mailto:me@blek.codes')
+label('me@blek.codes', '#a0a0b6')
span(style='font-size:10pt;color:darkred;font-weight:bold'). span(style='font-size:10pt;color:darkred;font-weight:bold').
Warning: Your ip (#{ip}) will be logged and displayed for everyone.<br/> Warning: Your ip (#{ip}) will be logged and displayed for everyone.<br/>
You can delete your own message if it was sent from the same ip for 24 hours after it was sent. You can delete your own message if it was sent from the same ip for 24 hours after it was sent.