-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.78 KB
/
Copy pathindex.html
File metadata and controls
27 lines (27 loc) · 1.78 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>InvoicePro - Professional Invoice Generator by Dovepeak Digital Solutions</title>
<meta name="description" content="Create professional invoices with modern templates, manage business profiles, and generate clean PDFs optimized for all devices. Powered by Dovepeak Digital Solutions." />
<meta name="theme-color" content="#2563eb" />
<meta property="og:title" content="InvoicePro - Professional Invoice Generator by Dovepeak Digital Solutions" />
<meta property="og:description" content="Create professional invoices, manage clients, and streamline your business billing with InvoicePro by Dovepeak Digital Solutions." />
<meta property="og:image" content="/logo192.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://yourdomain.com" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="InvoicePro - Professional Invoice Generator by Dovepeak Digital Solutions" />
<meta name="twitter:description" content="Create professional invoices, manage clients, and streamline your business billing with InvoicePro by Dovepeak Digital Solutions." />
<meta name="twitter:image" content="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="canonical" href="https://yourdomain.com" />
<meta name="keywords" content="invoice, business, billing, PDF, client management, SaaS, finance, invoice generator, Dovepeak Digital Solutions" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>