-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
51 lines (45 loc) · 2.51 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/Academix-Logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Academix | Learn more, get more!</title>
<!-- Meta tags -->
<meta name="keywords"
content="online courses, learning management system, Academix, e-learning, education, online education" />
<meta name="description"
content="Academix is a comprehensive learn management system offering a wide range of online courses. Explore our platform to enhance your knowledge and skills. Sign up now!" />
<meta name="author" content="Team 'Academix', [email protected]" />
<meta name="robots" content="index,follow" />
<meta name="revised" content="" id="revised-date" />
<meta name="abstract"
content="Discover Academix, an innovative learn management system for online courses. Enhance your education and career with our diverse course offerings." />
<meta name="topic" content="Online courses, e-learning, education, learn management system" />
<meta name="summary"
content="Academix is a leading online learn management system providing a wide range of courses to help you acquire new skills and knowledge." />
<meta name="classification" content="Business" />
<meta name="designer" content="Ivona Joketić" />
<meta name="reply-to" content="[email protected]" />
<meta name="owner" content="Team 'Academix'" />
<meta name="url" content="https://academix.me" />
<meta name="identifier-URL" content="https://academix.me" />
<meta name="directory" content="submission" />
<meta name="pagename" content="Academix | Learn more, get more!" />
<meta name="category" content="Education" />
<meta name="coverage" content="Worldwide" />
<meta name="distribution" content="Global" />
<!-- Open Graph meta tags for social media sharing -->
<meta property="og:title" content="Academix | Learn more, get more!" />
<meta property="og:description"
content="Academix is a comprehensive learn management system offering a wide range of online courses. Explore our platform to enhance your knowledge and skills. Sign up now!" />
<meta property="og:image" content="https://academix.me/images/og-image.jpg" />
<meta property="og:url" content="https://academix.me" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Academix" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>