-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 1.3 KB
/
index.html
File metadata and controls
25 lines (22 loc) · 1.3 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- some SEO stuff here-->
<meta name="description" content="A tool to help students build their perfect class schedule. Generate all possible schedules, filter them based on preferences, and organize your semester effortlessly." />
<meta name="keywords" content="student schedule builder, class schedule generator, university schedule planner, course planning tool, youssef elnaggar" />
<meta name="author" content="Youssef Elnaggar" />
<meta property="og:title" content="Build Your Schedule - Class Schedule Generator" />
<meta property="og:description" content="A powerful tool to help students generate and filter all possible class schedules. Plan your semester with ease!" />
<meta property="og:image" content="https://joue-zero.github.io/class-scheduler/logo.png" />
<meta property="og:url" content="https://joue-zero.github.io/class-scheduler/" />
<meta property="og:type" content="website" />
<title>Build Your Schedule - Class Schedule Generator</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>