13 lines
400 B
HTML
13 lines
400 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Synthèse des bases de données</title>
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
</head>
|
|
<body class="bg-gray-100 min-h-screen flex items-center justify-center p-10">
|
|
|
|
<div class="w-full max-w-2xl bg-white shadow-lg rounded-xl p-6">
|
|
<!-- Onglets -->
|
|
<div class="flex border-b mb-4 space-x-2" id="tabs">
|