shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs | README | LICENSE

commit 2edced4a7766c87e410fbaa3fd833e185bfd80fc
parent 57d0417ba0c1206aeca46f6f44201191dc720df3
Author: knutsen <samuel@knutsen.co>
Date:   Tue,  8 Jun 2021 21:39:14 +0100

Add spam warning.

Diffstat:
Mstyle.css | 1+
Mtemplates/guestbook.html | 5++++-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -1,4 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400;1,600&display=swap'); +@import url('https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css'); ::selection { background: pink; /* WebKit/Blink Browsers */ diff --git a/templates/guestbook.html b/templates/guestbook.html @@ -103,7 +103,10 @@ <form action="/postcomment" method="POST" name="commentBox"> <input class="name-input input" name="name" placeholder="Your name" required> <br> - <textarea class="comment-input input" name="comment" placeholder="Your comment (Markdown)" required></textarea> + <textarea class="comment-input input" name="comment" + placeholder="Your comment (&#xf60f;) (≤2 links, ≤500 characters)" + required> + </textarea> <br> <input type="submit" value="Post"> </form>