proper noscript syntax

This commit is contained in:
MotorTruck1221 2024-10-19 04:57:11 -06:00
parent 4c35560f6c
commit 4f1a8960f1
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4

View file

@ -43,4 +43,6 @@ import Layout from "@layouts/Layout.astro";
}
});
</script>
<noscript></noscript>You need to enable JavaScript to run this app.
<noscript>
JavaScript is required to run this app.
</noscript>