64 lines
2.3 KiB
HTML
64 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Accueil</title>
|
|
<meta charset="utf-8"/>
|
|
<link href="images/logo.png" rel="icon" type="image/x-icon">
|
|
<link href="css/style.css.css" rel="stylesheet" media="all" type="text/css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<span class="banière"><img src="images/medicale-banniere.jpg" width="99%" height="100px"/></span>
|
|
</header>
|
|
<br>
|
|
<br>
|
|
<nav>
|
|
<table class="nav">
|
|
<tr>
|
|
<td>
|
|
<form action="index.html.html" method="get" enctype="text/plain">
|
|
<button class="bouton" type="submit">Accueil</button>
|
|
</form>
|
|
</td>
|
|
<td>
|
|
<form action="horaires.html.html" method="get" enctype="text/plain">
|
|
<button class="bouton" type="submit">Horaires</button>
|
|
</form>
|
|
</td>
|
|
<td>
|
|
<form action="specialites.html.html" method="get" enctype="text/plain">
|
|
<button class="bouton" type="submit">Spécialités</button>
|
|
</form>
|
|
</td>
|
|
<td>
|
|
<form action="priserdv.html.html" method="get" enctype="text/plain">
|
|
<button class="bouton" type="submit">Rendez-vous</button>
|
|
</form>
|
|
</td>
|
|
<td>
|
|
<form action="formulaire.html.html" method="get" enctype="text/plain">
|
|
<button class="bouton" type="submit">Contact</button>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</nav>
|
|
<br>
|
|
<br>
|
|
<section id="bienvenue">
|
|
<h1>Bienvenue au pôle médical de Taverny</h1>
|
|
<br>
|
|
<article id="articleIndex">
|
|
Ce site vous permet d'avoir toutes les informations nécessaires sur le pôle médical de Taverny<br>
|
|
</article>
|
|
<article id="articleIndex2">
|
|
Le pôle intègre plusieurs spécialités et accueille les patients tous les jours de la semaine.
|
|
</article>
|
|
<br>
|
|
</section>
|
|
<footer>
|
|
En cas d'abscence, vous pouvez <a href="https://www.doctolib.fr">consulter ce site</a><br>
|
|
Je suis par ailleurs membre de démonstration des MMT.
|
|
</footer>
|
|
</body>
|
|
</html> |