Skip to content

Commit 0187ff8

Browse files
save file
1 parent 566d21a commit 0187ff8

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-minimal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
res.writeHead(200,{'content-type':'text/html'});
4545
res.end(`
4646
<style>html{font-family:arial}body{margin:20px}</style>
47-
<h3>It Works!</h3>
47+
<h3>HTTPS Works!</h3>
4848
<h4 style='color:blue'>/hello</h4>
4949
`);
5050

0 commit comments

Comments
 (0)