Skip to content

Commit 8016f07

Browse files
save file
1 parent ba654df commit 8016f07

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

blog/25-07-24/http-server/http-server.html

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@
132132
{height:100%;font-family:arial}
133133
body
134134
{min-height:calc(100% - 40px);display:flex;flex-direction:column;gap:10px;margin:20px;align-items:center;
135-
padding-bottom:200px;
135+
padding-bottom:200px;box-sizing:border-box;
136136
}
137137
body>*
138138
{max-width:1400px;width:100%;padding:0 20px;}
139139

140140

141141
iframe
142-
{width:100%;height:500px}
142+
{height:500px;border:1px solid lightgray;box-sizing:border-box;margin:10px}
143143

144144
</style>
145145

@@ -149,15 +149,19 @@
149149
<body>
150150

151151

152-
153-
<h3>
154-
nodejs http server
155-
</h3>
156-
152+
<blog-hdr component=grp1 v2.0>
153+
<h1 class=title>
154+
How To Set Up A Basic HTTP Server In Node.js
155+
</h1>
156+
<time slot=date datetime="2025-10-15">
157+
18 Oct 2025
158+
</time>
159+
</blog-hdr>
157160

158-
<div id=desc>
161+
162+
<p id=desc>
159163
Learn how to set up a basic HTTP server in Node.js with this hands-on tutorial featuring an interactive, editable code demo you can run in your browser.
160-
</div>
164+
</p>
161165

162166

163167
<snippet-terminal-console id=snippet type=nodejs component v2.0 src='ex/ex1.js'>

0 commit comments

Comments
 (0)