Skip to content

Commit

Permalink
refactor: add lang attribute to html element (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Lagoni <jonas-lt@live.dk>
  • Loading branch information
aybeedee and jonaslagoni committed Oct 4, 2023
1 parent 0dc206d commit 0658bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple-react/public/404.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">
<title>Single Page Apps for GitHub Pages</title>
Expand Down

0 comments on commit 0658bc9

Please sign in to comment.