-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (45 loc) · 2.22 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
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css"/>
<title>MicroLover</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<script src="https://kit.fontawesome.com/949d6137fe.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<main>
<body>
<div id="loader">
</div>
</body>
<header><h2><span>MICRO</span>LOVER</h2>
<nav>
<button onclick="window.location.href = '#';">Accueil</button>
<button onclick="window.location.href = '#';">Boutique</button>
<button onclick="window.location.href = '#';">PC Gamer</button>
<button onclick="window.location.href = '#';">Périphériques</button>
<a href=""><i class="fa-solid fa-cart-shopping" style="color: #000000;"></i></a>
</nav>
<span><nav>
<button onclick="window.location.href = '#';">Connexion</button>
<button onclick="window.location.href = '#';">Insciption</button>
</nav></span>
<h3> <span>Puissance</span> et performance <BR>Versatilité</h3>
<h4><span>Découvrez notre site e-commerce</span> dédié aux passionnés
de gaming, où performance et puissance se rencontrent !
Nous proposons une gamme complète de PC pour gamers,
spécialement conçus pour offrir une expérience de jeu
immersive et fluide. <br> <br>Que vous soyez un <span>joueur compétitif</span>
à la recherche de vitesse et de précision ou un <span>amateur de graphismes
époustouflants,</span> nos machines sont équipées des derniers processeurs,
cartes graphiques et technologies de refroidissement pour répondre
à tous vos besoins. <br> <br> <span>Profitez d'offres exclusives,</span>
d'une livraison rapide et d'un service client dédié pour faire passer
votre setup gaming au niveau supérieur. Ne laissez rien freiner votre
passion : équipez-vous chez nous et dominez vos parties !</h4>
</header>
</main>
</html>