BasesWeb/FRONTEND/horaires.html.html

87 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Horaires</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="bodyhoraire">
<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>
<h2>Prendre un rendez-vous</h2>
<table class="horaire">
<tr>
<td class="horaire2">Lundi</td>
<td class="horaire2">10:00 - 12:00</td>
<td class="horaire2">14:00 - 19:00</td>
</tr>
<tr>
<td class="horaire2">Mardi</td>
<td class="horaire2">08:30 - 12:00</td>
<td class="horaire2">14:00 - 19:00</td>
</tr>
<tr>
<td class="horaire2">Mercredi</td>
<td class="horaire2">08:30 - 12:00</td>
<td class="horaire2">14:00 - 19:00</td>
</tr>
<tr>
<td class="horaire2">Jeudi</td>
<td class="horaire2">08:30 - 12:00</td>
<td class="horaire2">14:00 - 19:00</td>
</tr>
<tr>
<td class="horaire2">Vendredi</td>
<td class="horaire2">08:30 - 12:00</td>
<td class="horaire2">14:00 - 19:00</td>
</tr>
<tr>
<td class="horaire2">Samedi</td>
<td class="horaire2">08:00 - 13:00</td>
<td class="horaire2">-</td>
</tr>
<br />
</table>
<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>