Skip to content

Commit 12f7c15

Browse files
save file
1 parent baae075 commit 12f7c15

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

index.html

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,31 +192,46 @@ <h3 class=heading>
192192

193193
<div class=table2>
194194

195-
<a class=sub href='/html-components/list/snippet-html-console/snippet-html-console.html'>
195+
<a class=sub href='/html-components/list/web-console/web-console.html'>
196196
<div class=sub-title>
197197
<span>
198-
snippet-html-console
198+
web-console
199199
</span>
200200
</div>
201201
<div class=sub-hr></div>
202202
<div class=sub-desc>
203-
Built-in editor that allows editing a html snippet, the snippet can be run and viewed and comes with a web console
203+
A lightweight in‑page DevTools console that lets you view logs, errors, and debug output directly inside the webpage.
204204
</div>
205205
</a>
206206

207207

208-
<a class=sub href='/html-components/list/web-console/web-console.html'>
208+
<a class=sub href='/html-components/list/web-editor/web-editor.html'>
209209
<div class=sub-title>
210210
<span>
211-
web-console
211+
web-editor
212212
</span>
213213
</div>
214214
<div class=sub-hr></div>
215215
<div class=sub-desc>
216-
A lightweight in‑page DevTools console that lets you view logs, errors, and debug output directly inside the webpage.
216+
An in‑page text editor with rich formatting, flexible controls, and a polished writing experience built right into the browser.
217+
</div>
218+
</a>
219+
220+
221+
<a class=sub href='/html-components/list/snippet-html-console/snippet-html-console.html'>
222+
<div class=sub-title>
223+
<span>
224+
snippet-html-console
225+
</span>
226+
</div>
227+
<div class=sub-hr></div>
228+
<div class=sub-desc>
229+
Built-in editor that allows editing a html snippet, the snippet can be run and viewed and comes with a web console
217230
</div>
218231
</a>
219232

233+
234+
220235
</div table1>
221236

222237
</div html-components>

0 commit comments

Comments
 (0)