Skip to content

Commit 36a9e1a

Browse files
save file
1 parent 85d48df commit 36a9e1a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

html-components/list/web-terminal/web-terminal.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<meta charset=utf-8>
1515

1616
<title>
17-
snippet-terminal
17+
web-terminal
1818
</title>
1919

2020
<meta name=description content=''>
2121

22-
<base href='https://ext-code.com/html-components/list/snippet-terminal/snippet-terminal.html'>
23-
<link rel=canonical href='https://ext-code.com/html-components/list/snippet-terminal/snippet-terminal.html'>
22+
<base href='https://ext-code.com/html-components/list/web-terminal/web-terminal.html'>
23+
<link rel=canonical href='https://ext-code.com/html-components/list/web-terminal/web-terminal.html'>
2424

2525
<meta name=viewport content='width=device-width, initial-scale=1'>
2626

@@ -29,15 +29,16 @@
2929

3030
<script>
3131

32-
var component = 'snippet-terminal';
32+
var component = 'web-terminal';
3333
var date = '2026-02-20';
3434
var files = {
3535
'source' : {
3636
'latest' : null,
3737
'v2.0' : null,
3838
},
3939
'examples' : {
40-
'snippet-terminal-v2.0-test.html' : null,
40+
'web-terminal-v2.0-test.html' : null,
41+
'web-terminal-v2.0-test-2.html' : null,
4142
},
4243
};
4344

0 commit comments

Comments
 (0)