add file uploads

This commit is contained in:
biglyderv 2025-02-26 20:17:33 -05:00
parent 93027bfd09
commit 2c480909ee
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
6 changed files with 42 additions and 7 deletions

View file

@ -194,4 +194,9 @@ h1 {
.link {
color: inherit;
}
.commentbox {
white-space: pre-wrap;
word-wrap: break-word;
}