Add files via upload

This commit is contained in:
Kosztyk 2025-12-08 17:29:51 +02:00 committed by GitHub
parent 96e7123805
commit 508393529d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ export const BaseHtml = ({
`} `}
</script> </script>
{/* FIXED: Correct JSX syntax for CSS path */} {/* CSS */}
<link rel="stylesheet" href={`${webroot}/generated.css`} /> <link rel="stylesheet" href={`${webroot}/generated.css`} />
{/* Icons */} {/* Icons */}
@ -77,4 +77,3 @@ export const BaseHtml = ({
</body> </body>
</html> </html>
); );