Skip to content

Commit 0c3d5ae

Browse files
save file
1 parent 7dbfc79 commit 0c3d5ae

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

utils/misc/html/hdr/v2.0/hdr-v2.0.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<style>
88

99
section
10-
{margin:0;box-sizing:border-box;display:flex;align-items:center;gap:10px;
11-
padding-bottom:20px;border-bottom:1px solid lightgray;
12-
}
10+
{margin:0;box-sizing:border-box;display:flex;align-items:center;gap:10px;
11+
padding-bottom:20px;border-bottom:1px solid lightgray;
12+
}
1313

1414
.icon {
1515
cursor : pointer;
@@ -103,7 +103,9 @@
103103

104104
(function misc_hdr({mod,dom,host}){
105105

106-
var obj = {};
106+
var obj = {
107+
version : 'v2.0',
108+
};
107109

108110
var df=true
109111
;
@@ -153,7 +155,7 @@
153155

154156
return obj;
155157

156-
})//mod.utils.hdr
158+
})//misc-hdr
157159

158160
</script>
159161

0 commit comments

Comments
 (0)