Skip to content

Commit

Permalink
fix: Add lang attribute to the html start tag
Browse files Browse the repository at this point in the history
To declare the language of this document
  • Loading branch information
gabrielml authored Aug 23, 2021
1 parent 433dcd7 commit 75e872d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
Expand Down

0 comments on commit 75e872d

Please sign in to comment.