diff --git a/scheme/httpd/surflets/web-server/root/surflets/byte-input.scm b/scheme/httpd/surflets/web-server/root/surflets/byte-input.scm index 6551aa7..4b26434 100644 --- a/scheme/httpd/surflets/web-server/root/surflets/byte-input.scm +++ b/scheme/httpd/surflets/web-server/root/surflets/byte-input.scm @@ -51,6 +51,7 @@ `(html (title "Byte Input Widget") (body (h1 "Byte Input Widget") + (p "Enter your byte (msb left):") (servlet-form ,new-url ,byte-input-fields ,(make-submit-button)))))))