This repository has been archived by the owner on May 1, 2024. It is now read-only.
Replies: 2 comments 2 replies
-
As a suggestion: <noscript>
<div style="background-color:red;width:100%;margin:-10px;vertical-align:middle;padding:9px">
<h1>JavaScript is disabled in your browser! Please enable it.</h1>
</div>
</noscript> |
Beta Was this translation helpful? Give feedback.
0 replies
-
Why would JS be required for the functionality of the page? noscript is only used as an undesirable fallback when there’s no graceful degradation possible. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Your website, npmjs.com, does not has
<noscript>
tag!It may be regarded as obsoleted behavior, but in some circumstances, it may be useful in the case of disabled JavaScript browsers for any reason.
Beta Was this translation helpful? Give feedback.
All reactions