-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
33 lines (31 loc) · 1.96 KB
/
index.php
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
<!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="Xolvira - Comprehensive College Management System featuring student login/register, staff login/register, tech team management, student dashboards, course management, and more.">
<meta name="keywords" content="College Management System, Student Management, Staff Login, Tech Team, Course Management, College Software">
<meta name="robots" content="index, follow">
<meta name="author" content="Xolvira Team">
<meta property="og:title" content="Xolvira - College Management System">
<meta property="og:description" content="Streamline your college operations with Xolvira: student management, staff tools, tech team management, course control, and more.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.xolvira.com">
<meta property="og:image" content="https://www.xolvira.com/assets/images/college-management.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Xolvira - College Management System">
<meta name="twitter:description" content="Manage all your college's operations in one place: student, staff, tech team, courses, and more.">
<meta name="twitter:image" content="https://www.xolvira.com/assets/images/college-management.jpg">
<title>Xolvira - College Management System</title>
</head>
<body>
<?php include "Assets/Resources/nav.php" ?>
<?php include "Assets/Website/Contents/carousel.php" ?>
<?php include "Assets/Website/Contents/notification-train.php" ?>
<?php include "Assets/Website/Contents/about-college.php" ?>
<?php include "Assets/Website/Contents/departments.php" ?>
<?php include "Assets/Website/Contents/events.php" ?>
<?php include "Assets/Resources/footer.php" ?>
<?php include "Assets/Resources/chat-ai.php" ?>
</body>
</html>