|
9 | 9 | <link crossorigin="anonymous"
|
10 | 10 | href="https://fonts.googleapis.com/css?family=Quicksand&display=swap"
|
11 | 11 | rel="stylesheet">
|
12 |
| - <meta |
13 |
| - name="description" |
14 |
| - content="Invoicify" |
15 |
| - /> |
| 12 | + |
| 13 | + <!-- Primary Meta Tags --> |
| 14 | + <title>Invoicify by 2AM Devs</title> |
| 15 | + <meta name="title" content="Invoicify by 2AM Devs"> |
| 16 | + <meta name="description" content="Desktop app to simplify & digitalize |
| 17 | + billing process."> |
| 18 | + |
| 19 | + <!-- Open Graph / Facebook --> |
| 20 | + <meta property="og:type" content="website"> |
| 21 | + <meta property="og:url" content="https://invoicify.netlify.app/"> |
| 22 | + <meta property="og:title" content="Invoicify by 2AM Devs"> |
| 23 | + <meta property="og:description" |
| 24 | + content="Desktop app to simplify & digitalize billing process."> |
| 25 | + <meta property="og:image" |
| 26 | + content="https://raw.githubusercontent.com/2AMDevs/cdn/main/meta.png"> |
| 27 | + <!-- Twitter --> |
| 28 | + <meta property="twitter:card" content="summary_large_image"> |
| 29 | + <meta property="twitter:url" content="https://invoicify.netlify.app/"> |
| 30 | + <meta property="twitter:title" content="Invoicify by 2AM Devs"> |
| 31 | + <meta property="twitter:description" |
| 32 | + content="Desktop app to simplify & digitalize billing process."> |
| 33 | + <meta property="twitter:image" |
| 34 | + content="https://raw.githubusercontent.com/2AMDevs/cdn/main/meta.png"> |
16 | 35 | <!--
|
17 | 36 | manifest.json provides metadata used when your web app is installed on a
|
18 | 37 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
|
27 | 46 | work correctly both with client-side routing and a non-root public URL.
|
28 | 47 | Learn how to configure a non-root public URL by running `npm run build`.
|
29 | 48 | -->
|
30 |
| - <title>Invoicify</title> |
31 | 49 | </head>
|
32 | 50 | <body>
|
33 | 51 | <noscript>You need to enable JavaScript to run this app.</noscript>
|
|
0 commit comments