Skip to content

Commit c70daca

Browse files
committed
Add html lang attribute
1 parent add1616 commit c70daca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
4+
<meta charset="utf-8" />
45
<title>Synth Mood</title>
56
<meta name="description" content="Synthesizer meditation zone." />
67
<meta property="og:title" content="Synth Mood" />
@@ -13,7 +14,6 @@
1314
<meta name="twitter:image" content="https://i.imgur.com/BsTiuDe.png" />
1415
<meta name="twitter:url" content="https://synth.js.org" />
1516
<meta name="twitter:card" content="summary" />
16-
<meta charset="utf-8" />
1717
<meta name="viewport" content="width=device-width, initial-scale=1" />
1818
<meta name="theme-color" content="#0707ed" />
1919
<link

0 commit comments

Comments
 (0)