-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 1.28 KB
/
index.html
File metadata and controls
28 lines (23 loc) · 1.28 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
<!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="GradeSim: Simulate your GPA score easily with this intuitive tool. Plan your academic performance and achieve your goals.">
<meta name="keywords" content="GPA simulator, GPA calculator, grade simulation, academic planning, GPA score, GPA tool">
<meta name="author" content="Samuel Ajala">
<meta name="robots" content="index, follow">
<!-- Open Graph Meta Tags for Social Media Sharing -->
<meta property="og:title" content="GradeSim: Simulate Your GPA Score">
<meta property="og:description" content="GradeSim: Simulate your GPA score easily with this intuitive tool. Plan your academic performance and achieve your goals.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://gradesim.vercel.app">
<meta property="og:image" content="https://gradesim.vercel.app/vite.svg">
<link rel="icon" type="image/svg+xml" href="/public/vite.svg" />
<title>GradeSim: Simulate Your GPA Score, achieve your goals</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>