Skip to content

Commit 5a3267f

Browse files
authored
Add language attribute and format HTML structure
1 parent 4fa427e commit 5a3267f

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<meta charset="utf-8" />
5-
<meta http-equiv="refresh" content="0; url=https://eventyay.com/e/4c0e0c27>
6-
<title>FOSSASIA Summit</title>
7-
<meta name="description" content="FOSSASIA Summit" />
8-
<meta name="keywords" content="FOSSASIA Summit" />
9-
<meta name="generator" content="FOSSASIA Summit" />
10-
</head>
11-
<body>
12-
</body>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="refresh" content="0; url=https://eventyay.com/e/4c0e0c27" />
6+
<title>FOSSASIA Summit</title>
7+
<meta name="description" content="FOSSASIA Summit" />
8+
<meta name="keywords" content="FOSSASIA Summit" />
9+
<meta name="generator" content="FOSSASIA Summit" />
10+
</head>
11+
<body>
12+
</body>
1313
</html>

0 commit comments

Comments
 (0)