-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.6 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.6 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
30
31
32
33
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Leave Management System for submitting, approving, filtering, and exporting employee leave requests." />
<meta name="robots" content="index,follow" />
<meta name="theme-color" content="#1f6feb" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<meta property="og:title" content="Leave Management System" />
<meta property="og:description" content="Manage leave requests with approvals, validation, analytics, CSV/PDF export, and bulk import." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Leave Management System" />
<meta name="twitter:description" content="Manage leave requests with approvals, validation, analytics, CSV/PDF export, and bulk import." />
<link rel="manifest" href="/site.webmanifest" />
<title>Leave Management System | Approvals, Balances, Export</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Leave Management System",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"description": "Manage leave requests with role-based approvals, balance validation, and CSV/PDF reporting."
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>