add a noscript message
This commit is contained in:
parent
357fbe5cd8
commit
f9c2b63476
|
|
@ -23,6 +23,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||
<title>mcalc</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<p>This calculator requires JavaScript to function. Please enable JavaScript.</p>
|
||||
</noscript>
|
||||
<div id="calculator">
|
||||
<div id="input-row">
|
||||
<div id="expr-box">
|
||||
|
|
|
|||
Loading…
Reference in New Issue