Skip to content

Commit

Permalink
fix: add lang to html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Oct 11, 2021
1 parent 9bbca21 commit 2fd9bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
Expand Down Expand Up @@ -90,4 +90,4 @@ <h1><strong>Borksy</strong> Game Hacker</h1>

<script src="scripts/borksy.js" type="text/javascript"></script>
</body>
</html>
</html>

0 comments on commit 2fd9bdb

Please sign in to comment.