Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
skuullking committed Feb 12, 2024
1 parent 789c1d3 commit ca5e09b
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 35 deletions.
Binary file modified .DS_Store
Binary file not shown.
34 changes: 33 additions & 1 deletion html/pc.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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand All @@ -20,6 +20,38 @@ <h1>Site E-commerce pour consoles vidéo</h1>
<a href="panier.html"><img src="../image/panier.png" alt="Panier" height="20px" /></a>
</nav>
<main>
<article>
<img src="../image/Clavier.png" alt="Clavier" />
<p>Clavier Gaming</p>
</article>
<article>
<img src="../image/Enceinte.png" alt="Enceinte Gaming" />
<p>Enceinte Gaming</p>
</article>
<article>
<img src="../image/Fauteuil gamer.png" alt="Fauteuil Gaming" />
<p>Fauteuil Gaming</p>
</article>
<article>
<img src="../image/Casque Gaming.png" alt="Casque Gaming" />
<p>Casque Gaming</p>
</article>
<article>
<img src="../image/Souris.png" alt="Souris Gaming" />
<p>Souris Gaming</p>
</article>
<article>
<img src="../image/Tapis de souris Gaming.png" alt="Tapis de souris Gaming" />
<p>Tapis de souris Gaming</p>
</article>
<article>
<img src="../image/Bureau_Gaming.png" alt="Bureau Gaming" />
<p>Bureau Gaming</p>
</article>
<article>
<img src="../image/manette xbox x-s.png" alt="Manette Xbox" />
<p>Manette Xbox</p>
</article>
<section class="a-propos">
<h2>A propos de Nous</h2>
<p>
Expand Down
35 changes: 1 addition & 34 deletions html/playstation.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,37 +20,6 @@ <h1>Site E-commerce pour consoles vidéo</h1>
<a href="panier.html"><img src="../image/panier.png" alt="Panier" height="20px" /></a>
</nav>
<main>
<article>
<<<<<<< HEAD
<img src="../image/playstation 1.png" alt="demo" />
<p>PlayStation 1</p>
</article>
<article>
<img src="../image/Playstation 2.png" alt="demo" />
<p>PlayStation 2</p>
</article>
<article>
<img src="../image/Playstation 3.png" alt="demo" />
<p>PlayStation 3</p>
</article>
<article>
<img src="../image/Playstation 4.png" alt="demo" />
<p>PlayStation 4</p>
</article>
<article>
<img src="../image/Playstation 5.png" alt="demo" />
<p>PlayStation 5</p>
</article>
<article>
<img src="../image/PS vita.png" alt="demo" />
<p>PSP</p>
</article>
<article>
<img src="../image/PSP.png" alt="demo" />
<p>PSP</p>
</article>

=======
<img src="../image/playstation 1.png" alt="PlayStation 1">
<p>PlayStation 1</p>
</article>
Expand Down Expand Up @@ -82,9 +51,7 @@ <h1>Site E-commerce pour consoles vidéo</h1>
<img src="../image/PlayStation VR.png" alt="PlayStation VR">
<p>PlayStation VR</p>
</article>
</main>
<main>
>>>>>>> shun

<section class="a-propos">
<h2>A propos de Nous</h2>
<p>
Expand Down
Binary file modified image/.DS_Store
Binary file not shown.
Binary file added image/Bureau_Gaming.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca5e09b

Please sign in to comment.