-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 1.02 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Bienvenue sur LowPrice, votre destination pour des prix imbattables.">
<meta name="keywords" content="LowPrice, achats, économies, prix bas">
<meta name="author" content="Votre Nom">
<title>LowPrice - Prix Imbattables</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<h1>LowPrice</h1>
<form id="searchForm">
<input type="text" id="searchInput" placeholder="Rechercher des produits..." required>
<button type="submit">Recherche</button>
<div id="suggestions" class="suggestions"></div>
</form>
</header>
<footer>
<p>Contactez-nous : <a href="mailto:joanitokede4@gmail.com">joanitokede4@gmail.com</a></p>
</footer>
<script src="script.js"></script>
</body>
</html>