Skip to content

Commit a784354

Browse files
save file
1 parent 8d45ea5 commit a784354

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

utils/misc/nodejs-terminal/nodejs-terminal.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@
225225
.spc
226226
{flex:1}
227227

228+
229+
.seo-only
230+
{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
228231
</style>
229232

230233

@@ -1220,7 +1223,7 @@
12201223
</script>
12211224

12221225

1223-
<div seo-content style='display:none'>
1226+
<noscript>
12241227

12251228
<h2>nodejs-terminal help</h2>
12261229
<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>
12961299
It is an ideal tool for sandboxed testing, educational coding environments,
12971300
and rapid prototyping of Node.js applications.</p>
12981301

1299-
</div>
1302+
</noscript>
13001303

13011304
</body>
13021305

0 commit comments

Comments
 (0)