-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (57 loc) · 2.8 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js sidebar-large lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js sidebar-large lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js sidebar-large lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js sidebar-large"> <!--<![endif]-->
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<script src="scripts/angular.js"></script>
<script src="scripts/angular-route.js"></script>
<script src="scripts/app.js"></script>
<!-- BEGIN META SECTION -->
<meta charset="utf-8">
<title>EvalMetrics - Admin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="" name="description" />
<meta content="themes-lab" name="author" />
<!-- END META SECTION -->
<!-- BEGIN MANDATORY STYLE -->
<link href="assets/css/icons/icons.min.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/plugins.min.css" rel="stylesheet">
<link href="assets/css/style.min.css" rel="stylesheet">
<!-- END MANDATORY STYLE -->
<script src="assets/plugins/modernizr/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body ng-app="myApp" data-page="panels">
<!-- BEGIN TOP MENU -->
<div ng-include="'top_menu.html'" ng-controller="AccueilCtrl"></div>
<!-- END TOP MENU -->
<!-- BEGIN WRAPPER -->
<div id="wrapper">
<!-- BEGIN MAIN SIDEBAR -->
<div ng-include="'sidebar.html'"></div>
<!-- END MAIN SIDEBAR -->
<!-- BEGIN MAIN CONTENT -->
<div ng-view></div>
<!-- END MAIN CONTENT -->
</div>
<!-- END WRAPPER -->
<!-- BEGIN MANDATORY SCRIPTS -->
<script src="assets/plugins/jquery-1.11.js"></script>
<script src="assets/plugins/jquery-migrate-1.2.1.js"></script>
<script src="assets/plugins/jquery-ui/jquery-ui-1.10.4.min.js"></script>
<script src="assets/plugins/bootstrap/bootstrap.min.js"></script>
<script src="assets/plugins/bootstrap-dropdown/bootstrap-hover-dropdown.min.js"></script>
<script src="assets/plugins/bootstrap-select/bootstrap-select.js"></script>
<script src="assets/plugins/icheck/icheck.js"></script>
<script src="assets/plugins/mcustom-scrollbar/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="assets/plugins/mmenu/js/jquery.mmenu.min.all.js"></script>
<script src="assets/plugins/nprogress/nprogress.js"></script>
<script src="assets/plugins/charts-sparkline/sparkline.min.js"></script>
<script src="assets/plugins/breakpoints/breakpoints.js"></script>
<script src="assets/plugins/numerator/jquery-numerator.js"></script>
<!-- END MANDATORY SCRIPTS -->
<script src="assets/js/application.js"></script>
</body>
</html>