-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (28 loc) · 1.8 KB
/
index.html
File metadata and controls
32 lines (28 loc) · 1.8 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
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/lovable-uploads/f155fc2a-5315-450b-a097-50c64f6dc1a4.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DentalPilote | Solution logicielle de gestion et pilotage pour cabinets dentaires</title>
<meta name="description" content="DentalPilote, développé par Dental Prime, est la solution logicielle innovante dédiée à la gestion administrative, financière et opérationnelle des cabinets dentaires. Simplifiez votre quotidien, gagnez du temps et optimisez votre activité." />
<!-- Open Graph / Facebook -->
<meta property="og:title" content="DentalPilote | Solution pour cabinets dentaires" />
<meta property="og:description" content="Solution logicielle innovante dédiée à la gestion administrative, financière et opérationnelle des cabinets dentaires." />
<meta property="og:image" content="/lovable-uploads/e2b0d79e-e271-489d-9424-cc16afc7e022.png" />
<meta property="og:type" content="website" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DentalPilote | Solution pour cabinets dentaires" />
<meta name="twitter:description" content="Simplifiez votre quotidien, gagnez du temps et optimisez votre activité." />
<meta name="twitter:image" content="/lovable-uploads/e2b0d79e-e271-489d-9424-cc16afc7e022.png" />
<!-- Add Google Maps loader script -->
<script src="/google-maps-loader.js"></script>
<!-- Add Lovable script tag -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>