Skip to content

Commit

Permalink
Add html lang attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehorvat committed Mar 3, 2024
1 parent e3efb22 commit e105db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Super Oscillator</title>
<meta
name="description"
Expand All @@ -22,7 +23,6 @@
<meta name="twitter:image" content="https://i.imgur.com/vKozeJG.png" />
<meta name="twitter:url" content="https://oscillator.js.org" />
<meta name="twitter:card" content="summary" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#202020" />
<link
Expand Down

0 comments on commit e105db8

Please sign in to comment.