-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHome-page 55.html
More file actions
76 lines (56 loc) · 2.01 KB
/
Home-page 55.html
File metadata and controls
76 lines (56 loc) · 2.01 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
<link rel="stylesheet" href="CSS.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://getbootstrap.com/docs/5.2/assets/css/docs.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="Java.js" defer></script>
</head>
<body>
<a href="Home-page 55.html" class="liens"><h1 class="nom2marque">TorTuGa </h1></a>
<div class="menu">
<div class="col">
<a href="Home-page 55.html" class="liens">Accueil</a>
</div>
<div class="dropdown">
<button class="btn dropdown-toggle test" style="width:100%"style="text-align:center" type="button" data-bs-toggle="dropdown" aria-expanded="false">
Nos Produits
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="Pantalons.html">Pantalons</a></li>
<li><a class="dropdown-item" href="Chaussures.html">Chaussures</a></li>
<li><a class="dropdown-item" href="Pulls.html">T-Shirts</a></li>
</ul>
</div>
<div class="col">
<a href="histoire.html" class="liens">Histoire</a>
</div>
<div class="col">
<a href="Liens et Contact.html" class="liens">liens et contact</a>
</div>
</div>
<div class="container">
<button onclick="plusSlides(-1)">Previous</button>
<div class="slides">
<a href="Tshirt.html">
<img src="https://sp.yimg.com/ib/th?id=OPE.k7M2%2bOKiL9la7g300C300&pid=21.1&w=&h=">
</a>
</div>
<div class="slides">
<a href="chaussure.html">
<img src="https://tse4.mm.bing.net/th?id=OIP.CK14qEQK8eh5musP_DAoEQHaHa&pid=Api&P=0">
</a>
</div>
<div class="slides">
<a href="produit.html">
<img src="https://tse3.mm.bing.net/th?id=OIP.DsBQqQ_aH0SqlLbCZpmD2gHaQ7&pid=Api&P=0">
</a>
</div>
<button onclick="plusSlides(1)">Next</button>
</div>
<br>
</html>