62 lines
1.7 KiB
HTML
62 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Nous contacter</title>
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="images/logo lecteur.png">
|
|
|
|
</head>
|
|
<body>
|
|
<section class="page">
|
|
<!-- Barre de navigation -->
|
|
<nav>
|
|
<div class="onglets">
|
|
<a href="index.html">Acceuil</a>
|
|
<a href="download.html">Téléchargement</a>
|
|
<a href="a propos.html">A propos</a>
|
|
<a href="nous contacter.html">Nous Contacter</a>
|
|
</div>
|
|
</nav>
|
|
<!-- Fin de la Barre de navigation -->
|
|
<header style="margin-top: 80px;">
|
|
<div style="margin-left: 300px; ">
|
|
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeXmhQgjRjZAWubngJ4jWUwx7tsSbs_LVGgnMi8tuGcKUylFA/viewform?embedded=true" width="640" height="1162" frameborder="0" marginheight="0" marginwidth="0">Chargement…</iframe>
|
|
</div>
|
|
</header>
|
|
|
|
<br>
|
|
<br>
|
|
<p>Voici une autre option pour nous contacter : </p>
|
|
<a style=" text-decoration: none; color: #fff; " href="mailto:contact@lecteur-media.fr?">Notre adresse mail</a>
|
|
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<!-- pied de page -->
|
|
<footer>
|
|
<h5>Copyright © 2021-2023 , Tous droits réservés</h5>
|
|
<div class="colonnes">
|
|
<div class="colonne">
|
|
<p>Logiciel media</p>
|
|
<p>Films</p>
|
|
<p>Series</p>
|
|
</div>
|
|
<div class="colonne">
|
|
<p>Radio</p>
|
|
<p>Playlist</p>
|
|
<p>Drive</p>
|
|
</div>
|
|
<div class="colonne">
|
|
<p>Créateur : </p>
|
|
<p>Yoann mutligaming</p>
|
|
<p>Bêta testeur : </p>
|
|
<p>Flawzie_</p>
|
|
</div>
|
|
</div>
|
|
<p>Flawzie_ France</p>
|
|
</footer>
|
|
<!-- Fin de pied de page -->
|
|
</body>
|
|
</html> |