-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
@Djamal-franck
Description
<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Accessoires Téléphoniques</title> <style> /* Styles CSS pour le site web */ body { font-family: Arial, sans-serif; margin: 0; padding: 0; } header { background-color: #333; color: #fff; padding: 20px; text-align: center; } h1 { margin: 0; } nav { background-color: #666; color: #fff; padding: 10px; text-align: center; } nav a { color: #fff; text-decoration: none; margin-right: 10px; } main { padding: 20px; } footer { background-color: #333; color: #fff; padding: 20px; text-align: center; } </style> </head> <body> <header> <h1>Accessoires Téléphoniques</h1> </header> <nav> <a href="#">Accueil</a> <a href="#">Produits</a> <a href="#">Contact</a> </nav> <main> <h2>Nos Produits</h2> <!-- Insérez ici votre contenu lié aux produits --> </main> <footer> © 2023 Accessoires Téléphoniques. Tous droits réservés. </footer> </body> </html>
Metadata
Metadata
Assignees
Labels
No labels