We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566d21a commit 0187ff8Copy full SHA for 0187ff8
blog/25-07-24/http-server/ex/http-server-minimal.js
@@ -44,7 +44,7 @@
44
res.writeHead(200,{'content-type':'text/html'});
45
res.end(`
46
<style>html{font-family:arial}body{margin:20px}</style>
47
- <h3>It Works!</h3>
+ <h3>HTTPS Works!</h3>
48
<h4 style='color:blue'>/hello</h4>
49
`);
50
0 commit comments