67 lines
2.7 KiB
HTML
67 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Spécialités</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 class="bodyspecialités">
|
|
<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>
|
|
<h2>Prise de RDV - Spécialités du pôle</h2>
|
|
<form action="index.html.html" method="get" enctype="text/plain" class=liste>
|
|
<select name="select" class="liste2">
|
|
<option value="Biologiste">Biologistes médicaux</option>
|
|
<option value="Dermatologues">Dermatologues</option>
|
|
<option value="Gynécologue">Gynécologue</option>
|
|
<option value="Oto-Rhino-Laryngologiste">Oto-Rhino-Laryngologiste</option>
|
|
<option value="Angio-phlébologue">Angio-phlébologue</option>
|
|
<option value="Gastro-entérologue">Gastro-entérologue</option>
|
|
<option value="Rhumatologue">Rhumatologue</option>
|
|
<option value="Pédiatres">Pédiatres</option>
|
|
<option value="Généralistes">Médecins généralistes</option>
|
|
<option value="Infirmières">Infirmières</option>
|
|
</select>
|
|
</form>
|
|
<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> |