Skip to content

Commit 0d98e3c

Browse files
Add language attribute to html tag
1 parent 6812ef2 commit 0d98e3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blog/25-08-17/nodejs-in-webpage/nodejs-in-webpage.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
cross-origin-isolate
55
-->
66

7+
<!DOCTYPE html>
78

8-
<html>
9+
<html lang=en>
910

1011
<head>
1112
<meta charset=utf-8>

0 commit comments

Comments
 (0)