Fusion des fichiers css et js
This commit is contained in:
parent
b1dbb1c287
commit
5b3bcea810
11
css/min.css
Normal file
11
css/min.css
Normal file
File diff suppressed because one or more lines are too long
12
index.php
12
index.php
@ -28,12 +28,14 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<link rel="stylesheet" href="css/slick.grid.css" type="text/css" />
|
||||
<!--<link rel="stylesheet" href="css/slick.grid.css" type="text/css" />
|
||||
<link rel="stylesheet" href="css/slick-default-theme.css" type="text/css" />
|
||||
<link rel="stylesheet" href="css/jquery-ui-1.8.16.custom.css" type="text/css" />
|
||||
<link rel="stylesheet" href="css/dropkick.css" type="text/css" />
|
||||
<link rel="stylesheet" href="css/enhancementpager.css" type="text/css" />
|
||||
<link rel="stylesheet" href="css/index.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="css/index.css" type="text/css"/>-->
|
||||
|
||||
<link rel="stylesheet" href="css/min.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
@ -89,7 +91,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<script src="js/jquery-1.7.min.js"></script>
|
||||
<!--<script src="js/jquery-1.7.min.js"></script>
|
||||
<script src="js/jquery-ui-1.8.16.custom.min.js"></script>
|
||||
<script src="js/jquery.event.drag-2.2.js"></script>
|
||||
<script src="js/slick.core.js"></script>
|
||||
@ -105,7 +107,9 @@
|
||||
|
||||
|
||||
<script src="js/sha1-min.js"></script>
|
||||
<script src="js/index.js"></script>
|
||||
<script src="js/index.js"></script>-->
|
||||
|
||||
<script src="js/min.js"></script>
|
||||
|
||||
<?php
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user