We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916bee1 commit 306ae1fCopy full SHA for 306ae1f
1 file changed
blog/html/blog-hdr/examples/blog-hdr-v2.0-example.html
@@ -14,13 +14,23 @@
14
15
<blog-hdr v2.0 component=grp>
16
<h1 class=title>
17
- How To Set Up A Basic HTTP Server In Node.js
+ blog-hdr-v2.0-example.html
18
</h1>
19
<time slot=date datetime=2026-01-18>
20
18 Jan 2026
21
</time>
22
</blog-hdr>
23
24
25
+ <script>
26
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>
36
0 commit comments