-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 1.15 KB
/
Copy pathindex.html
File metadata and controls
18 lines (18 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Free Invoice & Quotation Generator | Devis & Facture en Ligne</title>
<meta name="description" content="Generate professional invoices and quotations in seconds. Create, customize, and export to PDF. Générez des factures et devis professionnels en quelques secondes." />
<meta name="keywords" content="invoice generator, free invoice maker, quotation maker, devis en ligne, facture en ligne, générateur de factures, générateur de devis" />
<meta property="og:title" content="Free Invoice & Quotation Generator | Devis & Facture en Ligne" />
<meta property="og:description" content="Generate professional invoices and quotations in seconds. Export to PDF for free." />
<meta property="og:type" content="website" />
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Open+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>