-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathscript.php
More file actions
59 lines (37 loc) · 2.19 KB
/
script.php
File metadata and controls
59 lines (37 loc) · 2.19 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
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
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous">
</script>
<script src="https://kit.fontawesome.com/8452bf68b9.js" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
<!-- kavi scripts -->
<!-- Dashboard script -->
<!-- ADMIN-Scripts-Tables -->
<!-- Bootstrap core JavaScript-->
<script src="dashboard/vendor/jquery/jquery.min.js"></script>
<script src="dashboard/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Core plugin JavaScript-->
<script src="dashboard/vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for all pages-->
<script src="dashboard/js/sb-admin-2.min.js"></script>
<!-- Page level plugins -->
<script src="dashboard/vendor/chart.js/Chart.min.js"></script>
<!-- Page level custom scripts -->
<script src="dashboard/js/demo/chart-area-demo.js"></script>
<script src="dashboard/js/demo/chart-pie-demo.js"></script>
<script src="dashboard/js/demo/card-chart-ict.js"></script>
<script src="dashboard/js/demo/card-chart-construction.js"></script>
<!-- END ADMIN-Scripts-Tables -->
<!-- Lecturers-Scripts-Tables -->
<script src="../admin/dashboard/js/demo/chart-area-demo.js"></script>
<script src="../admin/dashboard/js/demo/chart-pie-demo.js"></script>
<script src="../admin/dashboard/js/demo/card-chart-ict.js"></script>
<script src="../admin/dashboard/js/demo/card-chart-construction.js"></script>
<!-- END Lecturers-Scripts-Tables -->
<!-- <script src="dashboard/js/demo/card-line-chart.js"></script>
<script src="dashboard/js/demo/card-line-chart.js"></script>
<script src="dashboard/js/demo/card-line-chart.js"></script>
<script src="dashboard/js/demo/card-line-chart.js"></script> -->
<!-- Dashboard script end -->
<!-- kavi scripts end -->