forked from WeHub-Group/wehub-invoice-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (32 loc) · 1.96 KB
/
index.html
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
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Language" content="en">
<link rel="icon" type="image/" href="/src/assets/wehub_logo.jpg" />
<meta name="author" content="WeHub Studios">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WeHub Invoice Generator - Simplify your billing process</title>
<link rel="shortcut icon" href="/assets/images/wehub_logo.jpg" type="image/x-icon">
<meta name="description"
content="WeHub Invoice Generator is your ultimate solution for creating professional invoices effortlessly. Design, customize, and manage invoices online with ease. Perfect for small businesses, freelancers, and entrepreneurs.">
<meta name="keywords"
content="Invoice generator, Online billing tool, Professional invoices, Free invoice maker, Simple invoice generator, Invoice management, Create invoices online, Automated billing solution, Invoice templates, Small business invoicing, Freelancer invoice tool, Invoice software, Billing and payments, Invoice tracker, WeHub Invoice Generator">
<!-- GOOGLE SEO VERIFICATION -->
<meta name="google-site-verification" content="3aZjHuISVEOp-JfxwrhW0PWK4YOoV7XbJ9_QaGEkUZ0" />
<!-- Created a Lato font entry to our project -->
<link rel="stylesheet" href="/assets/font/Lato/fonts.css">
<!-- OPEN GRAPH -->
<meta property="og:title" content="WeHub Invoice Generator">
<meta property="og:description"
content="Effortlessly create and manage professional invoices online with WeHub Invoice Generator. Ideal for small businesses and freelancers.">
<meta property="og:image" content="https://wehubinvoicegenerator.com.ng/assets/images/wehub_logo.jpg">
<meta property="og:url" content="https://wehubinvoicegenerator.com.ng">
<meta property="og:type" content="website">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>