1234567891011121314151617181920212223242526272829303132333435363738 |
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title>eProsume</title>
- <!-- Tell the browser to be responsive to screen width -->
- <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
- <!-- Bootstrap 3.3.7 -->
- <link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
- <!-- Font Awesome -->
- <link rel="stylesheet" href="/bower_components/font-awesome/css/font-awesome.min.css">
- <!-- Ionicons -->
- <link rel="stylesheet" href="/bower_components/Ionicons/css/ionicons.min.css">
- <!-- DataTables -->
- <link rel="stylesheet" href="/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css">
- <link rel="stylesheet" href="/js/datatables/responsive.dataTables.min.css">
- <!-- Theme style -->
- <link rel="stylesheet" href="/dist/css/AdminLTE.min.css">
- <!-- AdminLTE Skins. Choose a skin from the css/skins
- folder instead of downloading all of them to reduce the load. -->
- <link rel="stylesheet" href="/dist/css/skins/_all-skins.min.css">
-
- <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
- <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
- <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
- <![endif]-->
-
- <!-- Google Font
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
- -->
- <!-- Flatpickr -->
- <link rel="stylesheet" href="/js/flatpickr/flatpickr.min.css">
-
- <!-- Eprosume -->
- <link rel="stylesheet" href="/css/eprosume.css?<?php echo filemtime($_SERVER["DOCUMENT_ROOT"]."/css/eprosume.css"); ?>">
-
- </head>
|