Skip to content

Commit

Permalink
changement lang
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyOddity committed Dec 16, 2024
1 parent dc5d3d0 commit feff47e
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 37 deletions.
2 changes: 1 addition & 1 deletion bic.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="fr">

<head>
<meta charset="UTF-8">
Expand Down
70 changes: 36 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="fr">

<head>
<meta charset="UTF-8" />
Expand All @@ -9,45 +9,47 @@
<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>
<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 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>
<script src="JS/IndexTiming.js"></script>

</html>
2 changes: 1 addition & 1 deletion lebic.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="fr">

<head>
<meta charset="UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion shop.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="fr">

<head>
<meta charset="UTF-8">
Expand Down

0 comments on commit feff47e

Please sign in to comment.