-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.96 KB
/
Copy pathindex.html
File metadata and controls
42 lines (42 loc) · 1.96 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
34
35
36
37
38
39
40
41
42
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GradeForge — SGPA and CGPA Calculator</title>
<meta name="description" content="Calculate credit-weighted SGPA and CGPA with VTU, Anna University, KTU, Mumbai University, 4.0 GPA, or custom grading scales. Fast, private, browser-local.">
<meta name="theme-color" content="#102A43">
<link rel="canonical" href="https://gradeforge.poorvithmp.com/">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<meta property="og:type" content="website">
<meta property="og:title" content="GradeForge — SGPA and CGPA Calculator">
<meta property="og:description" content="Calculate credit-weighted SGPA and CGPA with preset or custom grading scales without a spreadsheet.">
<meta property="og:url" content="https://gradeforge.poorvithmp.com/">
<meta property="og:image" content="https://gradeforge.poorvithmp.com/og.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="GradeForge — SGPA and CGPA Calculator">
<meta name="twitter:description" content="Calculate credit-weighted SGPA and CGPA with preset or custom grading scales.">
<meta name="twitter:image" content="https://gradeforge.poorvithmp.com/og.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "GradeForge",
"url": "https://gradeforge.poorvithmp.com/",
"applicationCategory": "EducationalApplication",
"operatingSystem": "Any",
"description": "Calculate credit-weighted SGPA and CGPA with preset or custom grading scales.",
"author": {
"@type": "Person",
"name": "Poorvith M P",
"url": "https://poorvithmp.com"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>