Skip to content

Commit 451b90e

Browse files
save file
1 parent b6537c2 commit 451b90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/25-07-24/http-server/ex/http-server-simple-example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
res.writeHead(200,{'content-type':'text/html'});
141141
res.end(`
142142
<style>html{font-family:arial}body{margin:20px}</style>
143-
<h3>It Works!</h3>
143+
<h3>HTTPS Works!</h3>
144144
<h4 style='color:blue'>/hello</h4>
145145
`);
146146

0 commit comments

Comments
 (0)