-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (27 loc) · 1.75 KB
/
Copy pathindex.html
File metadata and controls
31 lines (27 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
<!-- X-Frame-Options doit être défini via header HTTP, pas meta -->
<meta name="referrer" content="strict-origin-when-cross-origin" />
<link rel="icon" type="image/png" href="/logo.png">
<title>Audit comptable EPLE</title>
<!-- build-version: 2026-04-13T16:20 -->
<meta name="description" content="Application d'audit comptable pour les EPLE. Contrôle interne, vérification, analyse financière.">
<meta name="author" content="CIC Expert Pro" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="og:title" content="Audit comptable EPLE">
<meta name="twitter:title" content="Audit comptable EPLE">
<meta property="og:description" content="Application d'audit comptable pour les EPLE. Contrôle interne, vérification, analyse financière.">
<meta name="twitter:description" content="Application d'audit comptable pour les EPLE. Contrôle interne, vérification, analyse financière.">
<meta property="og:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/0cdef7ce-2665-431c-b6d2-fcf03c93f7b4/id-preview-843e433c--9766a9f2-c3fc-4b61-84bc-9c2612641735.lovable.app-1775525529574.png">
<meta name="twitter:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/0cdef7ce-2665-431c-b6d2-fcf03c93f7b4/id-preview-843e433c--9766a9f2-c3fc-4b61-84bc-9c2612641735.lovable.app-1775525529574.png">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>