Re-add subtle note to no-JS message

This commit is contained in:
Florine W. Dekker 2021-04-16 01:03:01 +02:00
parent 0bacdf1c7c
commit fea6ff8b08
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "privacy-policy", "name": "privacy-policy",
"version": "1.1.2", "version": "1.1.3",
"description": "The privacy policy of my website", "description": "The privacy policy of my website",
"author": "Felix W. Dekker", "author": "Felix W. Dekker",
"browser": "dist/bundle.js", "browser": "dist/bundle.js",

View File

@ -15,7 +15,7 @@
<body> <body>
<noscript> <noscript>
<p style="color: red; font-weight: bold;"> <p style="color: red; font-weight: bold;">
This website does not function if JavaScript is disabled. This website does not function fully if JavaScript is disabled.
Please check the <a href="https://www.enable-javascript.com/"> Please check the <a href="https://www.enable-javascript.com/">
instructions on how to enable JavaScript in your web browser</a>. instructions on how to enable JavaScript in your web browser</a>.
</p> </p>