Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b4ae4e5

Browse files
fix: language to html tag (#240)
Co-authored-by: kartik <97971066+Kartik2220@users.noreply.github.com>
1 parent 2307811 commit b4ae4e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
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
<meta http-equiv="refresh" content="0; URL=http://eddiehub.org" />
56
</head>
67
<body>

0 commit comments

Comments
 (0)