-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 1.37 KB
/
index.html
File metadata and controls
29 lines (25 loc) · 1.37 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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Track and visualize your math problem solving progress with Math Tracker. Improve your skills by monitoring your practice sessions." />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/png" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" sizes="180x180" />
<link rel="mask-icon" href="/mask-icon.svg" color="#6366f1">
<!-- Theme -->
<meta name="theme-color" content="hsl(var(--background))" />
<!-- Open Graph / Social Media -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Math Tracker | Track Your Math Problem Solving Progress" />
<meta property="og:description" content="Track and visualize your math problem solving progress. Improve your skills by monitoring your practice sessions." />
<meta property="og:url" content="https://github.com/ashsajal1/math-tracker" />
<title>Math Tracker | Track Your Math Problem Solving Progress</title>
</head>
<body class="min-h-screen bg-background text-foreground">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>