soc2-cockpit/index.html

17 lines
471 B
HTML
Raw Normal View History

2026-04-17 10:17:56 -04:00
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chezlepro SOC 2 Cockpit</title>
<meta
name="description"
content="Cockpit opérationnel SOC 2 Type II pour Chezlepro Inc. avec radar, jalons, preuves et salle auditeur."
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>