-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.83 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.83 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO & Metadata -->
<title>Tab Functionality Display - React, Vite, JavaScript Job Tabs Demo | Arnob Mahmud</title>
<meta name="description" content="A React application demonstrating tab functionality: display job information from an API, switch between jobs with interactive buttons. Built with React, Vite, hooks, and custom CSS. By Arnob Mahmud." />
<meta name="author" content="Arnob Mahmud, https://www.arnobmahmud.com, contact@arnobmahmud.com" />
<meta name="keywords" content="React, tabs, Vite, JavaScript, job display, useState, useEffect, React hooks, frontend, Arnob Mahmud" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://tab-functionality.vercel.app/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tab-functionality.vercel.app/" />
<meta property="og:title" content="Tab Functionality Display - React Job Tabs Demo | Arnob Mahmud" />
<meta property="og:description" content="React app demonstrating tab functionality with job data from an API. Switch between jobs with interactive buttons. By Arnob Mahmud." />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Tab Functionality Display - React Job Tabs Demo | Arnob Mahmud" />
<meta name="twitter:description" content="React app demonstrating tab functionality with job data. By Arnob Mahmud." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>