Skip to content

Commit 306ae1f

Browse files
save file
1 parent 916bee1 commit 306ae1f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

blog/html/blog-hdr/examples/blog-hdr-v2.0-example.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,23 @@
1414

1515
<blog-hdr v2.0 component=grp>
1616
<h1 class=title>
17-
How To Set Up A Basic HTTP Server In Node.js
17+
blog-hdr-v2.0-example.html
1818
</h1>
1919
<time slot=date datetime=2026-01-18>
2020
18 Jan 2026
2121
</time>
2222
</blog-hdr>
2323

2424

25+
<script>
2526

27+
function ready(){
28+
29+
var url = 'https://ext-code.com/blog/html/blog-hdr/examples/blog-hdr-v2.0-example.html';
30+
31+
mod['blog-hdr'].pagesource.initmod({config:{url}});
32+
33+
}//ready
34+
35+
</script>
2636

0 commit comments

Comments
 (0)