Skip to content

Commit 87029a3

Browse files
save file
1 parent d75dfa1 commit 87029a3

File tree

1 file changed

+116
-0
lines changed

1 file changed

+116
-0
lines changed
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
2+
3+
4+
<!DOCTYPE html>
5+
6+
7+
<html lang=en>
8+
9+
<head>
10+
<meta charset=utf-8>
11+
12+
<title>
13+
html component library list
14+
</title>
15+
16+
<meta name=description content=''>
17+
18+
<base href='https://ext-code.com/html-components/html-component-list/'>
19+
<link rel=canonical href='https://ext-code.com/html-components/html-component-list/html-component-list.html'>
20+
21+
<meta>
22+
<link rel=icon href=''>
23+
24+
25+
<script src='https://libs.ext-code.com/js/dom/component/component.js'></script>
26+
27+
<script init>
28+
console.clear();
29+
console.log('html-component-list.html');
30+
console.log();
31+
console.json=v=>console.log(JSON.stringify(v,null,4));
32+
var version = 'v2.0'
33+
;
34+
var df=true,did='html'
35+
;
36+
37+
var ext,$,datatype,keydown,menumod
38+
;
39+
40+
var menu;
41+
42+
var hdr;
43+
var log;
44+
45+
46+
47+
async function init(){
48+
49+
menu = menumod();
50+
51+
hdr = mod['html-component-hdr'];
52+
53+
}//init
54+
55+
56+
(()=>{
57+
58+
mod.stack.add;
59+
60+
({ext} = await import('https://libs.ext-code.com/');
61+
62+
[$,datatype,keydown,menumod] = await ext.load.libs('');
63+
64+
mod.stack.complete;
65+
66+
})();
67+
68+
</script>
69+
70+
71+
<style>
72+
73+
74+
75+
</style>
76+
77+
</head>
78+
79+
80+
<body>
81+
82+
<html-components-hdr component=grp>
83+
<img class=title src='images/html-components.png' style='top:-5px;height:80px' alt='deploy cloud run service'>
84+
<time slot=date datetime=2025-11-08>08 Nov 2025</time>
85+
</html-components-hdr>
86+
87+
88+
89+
<div>
90+
91+
<a href='../list/web-editor/web-editor.html'>
92+
web-editor
93+
</a>
94+
95+
</div>
96+
97+
</body>
98+
99+
100+
<script>
101+
102+
103+
function initdom(){
104+
}//initdom
105+
106+
//:
107+
108+
109+
</script>
110+
111+
112+
</html>
113+
114+
115+
116+

0 commit comments

Comments
 (0)