Skip to content

Commit 85d48df

Browse files
save file
1 parent 5a7a29b commit 85d48df

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
2+
3+
<!-- headers
4+
cross-origin-isolate
5+
-->
6+
7+
8+
<!DOCTYPE html>
9+
10+
11+
<html lang=en>
12+
13+
<head>
14+
<meta charset=utf-8>
15+
16+
<title>
17+
snippet-terminal
18+
</title>
19+
20+
<meta name=description content=''>
21+
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'>
24+
25+
<meta name=viewport content='width=device-width, initial-scale=1'>
26+
27+
28+
<script src='https://libs.ext-code.com/js/dom/component/v3.0/component.js?hdr'></script>
29+
30+
<script>
31+
32+
var component = 'snippet-terminal';
33+
var date = '2026-02-20';
34+
var files = {
35+
'source' : {
36+
'latest' : null,
37+
'v2.0' : null,
38+
},
39+
'examples' : {
40+
'snippet-terminal-v2.0-test.html' : null,
41+
},
42+
};
43+
44+
</script>
45+
46+
</head>
47+
48+
<body>
49+
50+
<page-html v1.0 component=grp style='display:block'></page-html>
51+
52+
</body>
53+
54+
</html>
55+
56+

0 commit comments

Comments
 (0)