-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
28 lines (24 loc) · 1.28 KB
/
index.html
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" />
<title>ESTIN SRC - Study Resources & Academic Archive</title>
<!-- SEO Meta Tags -->
<meta name="description" content="ESTIN SRC - A comprehensive archive of study resources for ESTIN students, featuring notes, past exams, and academic tools." />
<meta name="keywords" content="ESTIN, ESTIN SRC, study resources, ESTIN exams, ESTIN notes, ESTIN past exams, computer science, academic archive" />
<meta name="author" content="Ahmed Belmehnouf" />
<!-- Open Graph Meta Tags (For Social Media Sharing) -->
<meta property="og:title" content="ESTIN SRC - Study Resources & Academic Archive" />
<meta property="og:description" content="Explore a collection of study materials, past exams, and notes tailored for ESTIN students." />
<meta property="og:image" content="public/logo.jpg" />
<meta property="og:url" content="https://estinsrc.vercel.app" />
<meta property="og:type" content="website" />
<!-- Favicon -->
<link rel="icon" type="image/jpeg" href="/logo.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>