-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (32 loc) · 1.56 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mahmudur Rahman | Portfolio</title>
<!-- Basic SEO Meta Tags -->
<meta name="description" content="I'm Mahmudur Rahman, a web developer. Check out my portfolio and works here.">
<meta name="keywords" content="Mahmudur Rahman, web developer, portfolio, projects">
<meta name="author" content="Mahmudur Rahman">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Mahmudur Rahman - Portfolio">
<meta property="og:description"
content="I'm Mahmudur Rahman, a web developer. Check out my portfolio and works here.">
<meta property="og:image" content="https://mahmudrahman.me/share_banner.png">
<meta property="og:url" content="https://mahmudrahman.me/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Mahmudur Rahman Portfolio">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Mahmudur Rahman - Portfolio">
<meta name="twitter:description"
content="I'm Mahmudur Rahman, a web developer. Check out my portfolio and works here.">
<meta name="twitter:image" content="https://mahmudrahman.me/share_banner.png">
<meta name="image" content="https://mahmudrahman.me/share_banner.png"> <!-- For general use -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>