KazV2/dockers/quotas/html/index.html

36 lines
881 B
HTML
Raw Normal View History

2024-06-03 18:43:35 +02:00
<!DOCTYPE html>
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css">
<title>KAZ : Aperçu</title>
<meta charset="UTF-8">
</head>
<body>
<div id="entete">
<h1> Le numérique éthique et local </h1>
<p> Ci-dessous se trouve ......... </p>
</div>
<div id="main">
<div id="menu">
<img src="images/quotas.png" width=200% >
</div>
<div id="contenu">
<button onclick="window.location.href = 'serviceG.html';">Service Global</button><br>
<button onclick="window.location.href = 'individuels.html';">Individuels</button><br>
<button onclick="window.location.href = 'groupes.html';">Groupes</button><br>
</div>
</div>
<div id="footer">
<p> Ci-dessous se trouve ......... </p>
</div>
</body>
</html>