Skip to content

Commit 2f0dfba

Browse files
save file
1 parent 822e99f commit 2f0dfba

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

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

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
z-index : -1;
4343
margin : 0 auto;
4444
}
45-
45+
4646

4747
.date {
4848
position : absolute;
@@ -56,67 +56,67 @@
5656
a:visited {
5757
color : blue;
5858
}
59-
60-
59+
60+
6161
</style>
6262

6363
<section>
64-
64+
6565
<div class=item>
66-
66+
6767
<a id=home class=item-label href='/'>
6868
home
6969
</a>
70-
70+
7171
</div>
72-
73-
<slot></slot>
74-
75-
72+
73+
<slot name=title></slot>
74+
75+
7676
<div class=date>
7777
<slot name=date></slot>
7878
</div>
79-
80-
79+
80+
8181
</section>
8282

8383
</template>
8484

8585
<script>
8686

8787
(function hdr_index({mod,dom,host}){
88-
88+
8989
var obj = {};
9090

9191
var df=false
9292
;
93-
93+
9494
obj.initmod=function(params){
9595
}//initmod
96-
9796

98-
//:
99-
100-
97+
98+
//:
99+
100+
101101
obj.init = async function(){
102102
}//init
103-
104-
103+
104+
105105
//:
106106

107107

108108
obj.initdom = function(){
109-
109+
110110
var shadow = host.shadowRoot;
111111

112112
}//initdom
113-
114-
115-
113+
114+
115+
116116
return obj;
117117

118118
})//hdr_index
119-
119+
120120
</script>
121121

122122
</hdr-index>

0 commit comments

Comments
 (0)