proper noscript syntax
This commit is contained in:
parent
4c35560f6c
commit
4f1a8960f1
1 changed files with 27 additions and 25 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue