Skip to content

Commit 1707a5a

Browse files
save file
1 parent 3432d04 commit 1707a5a

File tree

1 file changed

+52
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)