Skip to content

Commit fc17d83

Browse files
committed
update meta
1 parent a3876aa commit fc17d83

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

public/index.html

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8" />
5-
<link rel="icon" href="./myicon.png" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<title>Ariyan Molazem</title>
8-
</head>
9-
<body>
10-
<noscript>You need to enable JavaScript to run this app.</noscript>
11-
<div id="root"></div>
12-
</body>
3+
<head>
4+
<meta charset="utf-8" />
5+
<link rel="icon" href="./myicon.png" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<title>Ariyan Molazem</title>
8+
<meta name="description" content="Visit my 3d portfolio" />
9+
<meta name="author" content="Ariyan Molazem" />
10+
<meta name="keywords" content="Ariyan, Molazem, portfolio, 3d" />
11+
</head>
12+
<body>
13+
<noscript>You need to enable JavaScript to run this app.</noscript>
14+
<div id="root"></div>
15+
</body>
1316
</html>

0 commit comments

Comments
 (0)