diff --git a/example/static/marisa.css b/example/static/marisa.css index 3aa05f0..ed5156d 100644 --- a/example/static/marisa.css +++ b/example/static/marisa.css @@ -2,6 +2,7 @@ body { background-color: #282c37; color: #f8f8f2; font-family: sans-serif; + text-align: center; } a { color: #272822; @@ -11,7 +12,4 @@ a:hover, a:link { } a:visited { color: #66d9ef; -} -table { - border-color: rgb(128, 0, 0); -} + } diff --git a/example/templates/index.html b/example/templates/index.html index 865e8e0..2444493 100644 --- a/example/templates/index.html +++ b/example/templates/index.html @@ -9,7 +9,7 @@ Marisa - +

@@ -39,8 +39,6 @@ {{range .Links}}{{end}} {{end}} -

-

© 2024 Izuru Yakumo

{{.}}
diff --git a/marisa.1 b/marisa.1 index 57677af..a45428e 100644 --- a/marisa.1 +++ b/marisa.1 @@ -34,3 +34,10 @@ Load configuration from .Pp "Borrowed" by .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja +.Sh BUGS +If you upload a file through the browser, and refresh the +page, the file will get constantly reuploaded, which may +exhaust the server's storage at some point. +.Pp +This shouldn't happen with a CLI, such as +.Xr curl 1