mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 07:51:08 -04:00
Meta tags.
This commit is contained in:
BIN
public/img/cover.png
Normal file
BIN
public/img/cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
@ -7,6 +7,18 @@
|
|||||||
<link rel="icon" href="<%= BASE_URL %>img/icons/favicon.ico">
|
<link rel="icon" href="<%= BASE_URL %>img/icons/favicon.ico">
|
||||||
<title>Serverless Invoices</title>
|
<title>Serverless Invoices</title>
|
||||||
|
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="<%= BASE_URL %>">
|
||||||
|
<meta property="og:title" content="Serverless Invoices - Free Invoice Generator - No signup required">
|
||||||
|
<meta property="og:image:url" content="<%= BASE_URL %>img/cover.png">
|
||||||
|
<meta property="og:image:secure_url" content="<%= BASE_URL %>img/cover.png">
|
||||||
|
<meta property="og:image:type" content="image/png">
|
||||||
|
<meta property="og:image:width" content="1200">
|
||||||
|
<meta property="og:image:height" content="630">
|
||||||
|
<meta property="og:description" content="Create and manage invoices in your browser. Serverless Invoices is a free open-source invoicing tool for freelancers and small businesses.">
|
||||||
|
<meta name="title" content="Serverless Invoices - Free Invoice Generator - No signup required">
|
||||||
|
<meta name="description" content="Create and manage invoices in your browser. Serverless Invoices is a free open-source invoicing tool for freelancers and small businesses.">
|
||||||
|
|
||||||
<!-- Google Material Icons -->
|
<!-- Google Material Icons -->
|
||||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Round" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Round" rel="stylesheet">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user