moves <main> to default.layout

This commit is contained in:
2026-06-18 08:16:51 +01:00
parent c5c4167361
commit 56e2c037b5
5 changed files with 4 additions and 8 deletions
-2
View File
@@ -8,7 +8,6 @@ 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>
@@ -95,4 +94,3 @@ pp "${SHARE}"/components/otp-dialog.upphtml
await submitOtpForm(selectors);
});
</script>
</main>