-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (39 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="css/animate.css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js">
</script>
<script src="jquery/dist/jquery.min.js">
</script>
<script src="jquery-ui-1.12.1/jquery-ui.js"></script>
<script src="json/carrousel.json"></script>
<script src="js/jquery.js"></script>
<script src="jquery-color/jquery.color.js"></script>
<!-- Permet d'animer les couleurs -->
<title>index.html</title>
</head>
<body>
<div class="jumbotron">
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" id="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" id="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!-- -->
<div id="carrousel">
<figure id="image">
</figure>
</div>
</div>
</body>
</html>