We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d100e4 commit 2b3148bCopy full SHA for 2b3148b
blog/25-07-24/http-server/http-server.html
@@ -104,7 +104,7 @@
104
</script>
105
106
107
- <link rel=stylesheet href='/blog/css/blog-2.css'>
+ <link rel=stylesheet href='../../css/blog.css' crossorigin=anonymous>
108
109
<style>
110
@@ -137,12 +137,12 @@
137
<body>
138
139
140
- <blog-hdr component=grp1 v2.0>
141
- <h1 slot=title class=title>
+ <blog-hdr v2.0 component=grp1>
+ <h1 slot=title>
142
How To Set Up A Basic HTTP Server In Node.js
143
</h1>
144
- <time slot=date datetime=2026-01-18>
145
- 18 Jan 2026
+ <time slot=date datetime=2026-02-05>
+ 05 Feb 2026
146
</time>
147
</blog-hdr>
148
0 commit comments