-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
55 lines (50 loc) · 1.33 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="CSS/main.css" />
<link rel="icon" type="image/x-icon" href="img/bic/FavIcon.png">
<title>(Le) Bic</title>
</head>
<body class="NoScroll">
<video muted class="ZIndexNegatif Homevideo">
<source src="Videos/HOMEPAGE_LASTTT_01.mp4" type="video/mp4" />
</video>
<div class="FullCenter Pellicule">
<h2 class="TitreExplicatif"> New Bic, same as the old Bic.</h2>
</div>
<div class="col Col1">
<a href="shop.html">
<div class="Bouton">
<div class="BackgrounBouton"></div>
<h3>SHOP</h3>
</div>
</a>
</div>
<div class="col Col2">
<a href="bic.html">
<div class="Bouton">
<div class="BackgrounBouton"></div>
<h3>BIC</h3>
</div>
</a>
</div>
<div class="col Col3">
<a href="lebic.html">
<div class="Bouton">
<div class="BackgrounBouton"></div>
<h3>(LE)BIC</h3>
</div>
</a>
</div>
<div class="col Col7">
<img src="img/bic/logo.png" alt="">
</div>
<div class="TextInformatif">
<h6>Cliquez pour passer la vidéo</h6>
</div>
</body>
<script src="JS/IndexTiming.js"></script>
</html>