From 9168296a22cd5289cfe412997089b0df5c0f3f0b Mon Sep 17 00:00:00 2001 From: b1ek Date: Wed, 22 Feb 2023 17:42:39 +1000 Subject: [PATCH] add DMCA rule --- view/guestbook.pug | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/view/guestbook.pug b/view/guestbook.pug index 3c873f6..8bbb0b1 100644 --- a/view/guestbook.pug +++ b/view/guestbook.pug @@ -2,6 +2,7 @@ extends layout/main.pug block root - var title = 'Guestbook' include lib/since.pug + include ui/label.pug block head @@ -49,6 +50,10 @@ block content | Do not post spam ads, keep it for humans. 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 + | 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'). Warning: Your ip (#{ip}) will be logged and displayed for everyone.
You can delete your own message if it was sent from the same ip for 24 hours after it was sent.