working on making nojs workable

This commit is contained in:
Michael Freno
2025-12-22 15:10:13 -05:00
parent b640099fc5
commit 8f7b4cb6ea
12 changed files with 1342 additions and 24 deletions

View File

@@ -12,6 +12,11 @@ export default createHandler(() => (
{assets}
</head>
<body>
<noscript>
<div style="position: fixed; top: 0; left: 0; right: 0; z-index: 9999; background-color: var(--color-yellow); color: var(--color-crust); padding: 1rem; text-align: center; font-weight: 600; border-bottom: 2px solid var(--color-text);">
JavaScript is disabled. Features will be limited.
</div>
</noscript>
<div id="app">{children}</div>
{scripts}
</body>