Skip to content

Commit 7f862d8

Browse files
save file
1 parent 6eaf8ef commit 7f862d8

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

html-components/html-components-list/html-components-list.html

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
var df=true,did='html'
3535
;
3636

37+
var ace;
38+
3739
var ext,$,datatype,keydown,menumod,debug
3840
;
3941

@@ -45,9 +47,9 @@
4547

4648

4749
async function init(){
48-
50+
4951
menu = menumod();
50-
52+
5153
mod.base.add({ext,$,datatype,keydown,menu,menumod,ace});
5254

5355

@@ -73,7 +75,7 @@
7375
mod.stack.add;
7476

7577
({ext} = await import('https://libs.ext-code.com/js/io/ext-loader/ext-loader.m.js'));
76-
78+
7779
var promise = ext.load.libs(
7880
'js/dom/$.js',
7981
'js/core/datatype.js',
@@ -82,9 +84,9 @@
8284
'js/debug/debug.js',
8385
);
8486
[$,datatype,menumod,keydown,debug] = await promise;
85-
87+
8688
mod.stack.complete;
87-
89+
8890
})();
8991

9092
</script>
@@ -94,7 +96,7 @@
9496

9597
html
9698
{font-family:arial}
97-
99+
98100
#center
99101
{max-width:1400px;margin:0 auto;}
100102
</style>
@@ -108,9 +110,9 @@
108110
<img class=title src='images/html-components-list.png' style='top:-5px;height:80px' alt='html components list'>
109111
<time slot=date datetime=2025-11-08>08 Nov 2025</time>
110112
</html-components-hdr>
111-
112-
113-
113+
114+
115+
114116
<div id=center>
115117

116118
<div>
@@ -124,13 +126,19 @@
124126
web-editor
125127
</a>
126128
</div>
127-
129+
128130
<div>
129131
<a href='../list/file-mod/file-mod.html'>
130132
file-mod
131133
</a>
132134
</div>
133-
135+
136+
<div>
137+
<a href='../list/web-console/web-console.html'>
138+
web-console
139+
</a>
140+
</div>
141+
134142

135143
</div>
136144

@@ -141,7 +149,7 @@
141149

142150

143151
function initdom(){
144-
152+
145153
hdr.initdom();
146154

147155

0 commit comments

Comments
 (0)