-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
32 lines (32 loc) · 1.42 KB
/
Copy pathabout.html
File metadata and controls
32 lines (32 loc) · 1.42 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About — GradeForge</title>
<meta name="description" content="Learn about GradeForge, its privacy-first browser-local architecture, and why it was built as an academic notebook for students.">
<meta name="theme-color" content="#102A43">
<link rel="canonical" href="https://gradeforge.poorvithmp.com/about">
<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="About — GradeForge">
<meta property="og:description" content="Learn about GradeForge and its privacy-first browser-local architecture.">
<meta property="og:url" content="https://gradeforge.poorvithmp.com/about">
<meta property="og:image" content="https://gradeforge.poorvithmp.com/og.png">
<meta name="twitter:card" content="summary_large_image">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "AboutPage",
"name": "About GradeForge",
"url": "https://gradeforge.poorvithmp.com/about",
"description": "GradeForge is an academic notebook for calculating SGPA and CGPA with full browser-local privacy."
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>