Skip to content

Commit cbe4c9d

Browse files
save file
1 parent cfa5193 commit cbe4c9d

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
@@ -144,7 +144,7 @@
144144
res.end(`
145145
<style>html{font-family:arial}body{margin:20px}</style>
146146
<h3>It Works!</h3>
147-
<h4 style='color:blue'>hello</h4>
147+
<h4 style='color:blue'>/hello</h4>
148148
`);
149149

150150
}//hello

0 commit comments

Comments
 (0)