diff options
Diffstat (limited to 'http/src/contact.upphtml')
| -rw-r--r-- | http/src/contact.upphtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/http/src/contact.upphtml b/http/src/contact.upphtml index 770ec19..2d605a3 100644 --- a/http/src/contact.upphtml +++ b/http/src/contact.upphtml @@ -8,6 +8,7 @@ pp "${SHARE}"/components/meta.upphtml pp "${SHARE}"/components/otp-dialog.upphtml #! +<main> <form class=contact-form> <h1>Contact me</h1> <p hidden class=error></p> @@ -94,3 +95,4 @@ pp "${SHARE}"/components/otp-dialog.upphtml await submitOtpForm(selectors); }); </script> +</main> |
