Skip to content

Commit 4292253

Browse files
save file
1 parent 63ab4fd commit 4292253

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cross-origin-isolate
44
-->
55

6-
<html>
6+
<html lang=en>
77

88
<head>
99
<meta charset=utf-8>
@@ -21,7 +21,6 @@
2121
<link rel=canonical href='https://ext-code.com/blog/25-07-24/http-server/http-server.html'>
2222

2323
<script type='application/ld+json'>
24-
2524
{
2625
"@context" : "https://schema.org",
2726
"@type" : "TechArticle",
@@ -33,7 +32,6 @@
3332
"mainEntityOfPage" : {"@type":"WebPage","@id":"https://ext-code.com/blog/25-07-23/http2-server/http2-server.html"},
3433
"publisher" : {"@type":"Organization","name":"Your Blog or Company Name","logo":{"@type":"ImageObject","url":"https://ext-code.com/favicon.ico"}},
3534
}
36-
3735
</script>
3836

3937
<meta property="og:title" content="How To Set Up A Basic HTTP Server In Node.js ( with runnable examples )">

0 commit comments

Comments
 (0)