We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d45ea5 commit a784354Copy full SHA for a784354
1 file changed
utils/misc/nodejs-terminal/nodejs-terminal.html
@@ -225,6 +225,9 @@
225
.spc
226
{flex:1}
227
228
+
229
+ .seo-only
230
+ {position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
231
</style>
232
233
@@ -1220,7 +1223,7 @@
1220
1223
</script>
1221
1224
1222
1225
- <div seo-content style='display:none'>
1226
+ <noscript>
1227
1228
<h2>nodejs-terminal help</h2>
1229
<p>This environment provides a full Node.js runtime and NPM interface directly in your browser.</p>
@@ -1296,7 +1299,7 @@ <h2>SEO Summary</h2>
1296
1299
It is an ideal tool for sandboxed testing, educational coding environments,
1297
1300
and rapid prototyping of Node.js applications.</p>
1298
1301
- </div>
1302
+ </noscript>
1303
1304
</body>
1305
0 commit comments