Skip to content

Commit 58e51eb

Browse files
save file
1 parent e27f05d commit 58e51eb

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

utils/misc/zip/zip.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
<script init>
4242

4343
console.clear();
44-
console.log('zip-v2.0.html');
44+
console.log('zip-v3.0.html');
4545
console.log();
4646
console.json=v=>console.log(JSON.stringify(v,null,4));
47-
var version='v2.0';
47+
var version='v3.0';
4848
var df=true,did='zip.html';
4949

5050

@@ -226,8 +226,8 @@
226226
</style>
227227

228228

229-
<misc-hdr component=grp>
230-
<img class=title src='images/zip.png' style='top:-15px;height:80px'>
229+
<misc-hdr v2.0 component=grp>
230+
<img slot=title class=title src='images/zip.png' style='top:-15px;height:80px'>
231231
<time slot=date datetime=2026-04-18>
232232
18 Apr 2026
233233
</time>
@@ -337,6 +337,8 @@
337337

338338

339339
hdr.initdom();
340+
hdr.set.version(version);
341+
340342

341343

342344
filemod.initdom();

0 commit comments

Comments
 (0)