Skip to content

Fallback message for when JavaScript is turned off #2928

@david-crespo

Description

@david-crespo

You get a blank screen when you have JS off. Now, anyone browsing with JS off by default is probably used to this and knows the deal, but it would be nice to say "This site requires JavaScript." Probably as simple as adding a <noscript> tag here:

console/index.html

Lines 21 to 24 in 690bde0

<body>
<div id="root"></div>
<script type="module" src="./app/main.tsx"></script>
</body>

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions