-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (109 loc) · 4.44 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="Sammy Ndabo">
<meta name="robots" content="">
<meta name="keywords"
content="school, school admin, education, academy, admin dashboard, college, college management, education management, institute, school management, school management system, student management, teacher management, university, university management">
<meta name="description"
content="USRS - University Student Registration System Software">
<meta property="og:title" content="USRS : School and Education University Student Registration System Dashboard Template">
<meta property="og:description"
content="USRS - Some description here">
<meta property="og:image" content="images/">
<meta name="format-detection" content="telephone=no">
<!-- Mobile Specific -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Page Title Here -->
<title>University Student Registration System</title>
<!-- FAVICONS ICON -->
<link rel="shortcut icon" type="image/png" href="images/app-logo.png">
<link href="vendor/wow-master/css/libs/animate.css" rel="stylesheet">
<link href="vendor/bootstrap-select/dist/css/bootstrap-select.min.css" rel="stylesheet">
<link rel="stylesheet" href="vendor/bootstrap-select-country/css/bootstrap-select-country.min.css">
<link rel="stylesheet" href="vendor/jquery-nice-select/css/nice-select.css">
<link href="vendor/datepicker/css/bootstrap-datepicker.min.css" rel="stylesheet">
<link href="vendor/datatables/css/jquery.dataTables.min.css" rel="stylesheet">
<!--swiper-slider-->
<link rel="stylesheet" href="vendor/swiper/css/swiper-bundle.min.css">
<!-- Style css -->
<link href="https://fonts.googleapis.com/css2?family=Material+Icons" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<style>
.login_box {
background-color: #f5eeee;
}
#login_btn {
background-color: #f7e303;
}
.active {
color: #f7e303;
}
.app-logo {
width: 50px;
height: 50px;
}
@media (min-width: 992px) {
.authincation {
min-width: 1324px;
}
}
.app-logo {
width: 50px !important;
height: 50px !important;
}
#app {
margin: 0px !important;
padding: 0px !important;
}
</style>
</head>
<body>
<!--*******************
Preloader start
********************-->
<div id="preloader">
<div class="loader">
<div class="dots">
<div class="dot mainDot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
</div>
</div>
</div>
<!--*******************
Preloader end
********************-->
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- Required vendors -->
<script type="module" src="vendor/global/global.min.js"></script>
<script type="module" src="vendor/chart.js/Chart.bundle.min.js"></script>
<script type="module" src="vendor/bootstrap-select/dist/js/bootstrap-select.min.js"></script>
<!-- Apex Chart -->
<script type="module" src="vendor/apexchart/apexchart.js"></script>
<!-- Chart piety plugin files -->
<script type="module" src="vendor/peity/jquery.peity.min.js"></script>
<script type="module" src="vendor/jquery-nice-select/js/jquery.nice-select.min.js"></script>
<!--swiper-slider-->
<script type="module" src="vendor/swiper/js/swiper-bundle.min.js"></script>
<!-- Datatable -->
<script type="module" src="vendor/datatables/js/jquery.dataTables.min.js"></script>
<script type="module" src="js/plugins-init/datatables.init.js"></script>
<!-- Dashboard 1 -->
<script type="module" src="js/dashboard/dashboard-1.js"></script>
<script type="module" src="vendor/wow-master/dist/wow.min.js"></script>
<script type="module" src="vendor/bootstrap-datetimepicker/js/moment.js"></script>
<script type="module" src="vendor/datepicker/js/bootstrap-datepicker.min.js"></script>
<script type="module" src="vendor/bootstrap-select-country/js/bootstrap-select-country.min.js"></script>
<script type="module" src="js/dlabnav-init.js"></script>
<script type="module" src="js/custom.min.js"></script>
<script type="module" src="js/demo.js"></script>
<script type="module" src="js/styleSwitcher.js"></script>
</body>
</html>