diff options
Diffstat (limited to 'site/index.html')
-rw-r--r-- | site/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/site/index.html b/site/index.html index 1555a21..0193fe7 100644 --- a/site/index.html +++ b/site/index.html @@ -134,8 +134,10 @@ let div = appendChildren ( mkElement("div"), [label, - mkElement("span", " "), - input, + appendChildren( + mkElement("p"), + [input] + ), errormsg] ); return [ |