moves <main> from layout to individual pages

This commit is contained in:
2026-06-09 09:14:18 +01:00
parent 531c9d5a38
commit 3ecf19cb8a
4 changed files with 6 additions and 4 deletions
+2
View File
@@ -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>