Merge branch 'main' into hosted
This commit is contained in:
commit
bb5be35928
@ -21,6 +21,34 @@
|
|||||||
<%- injectHead %>
|
<%- injectHead %>
|
||||||
|
|
||||||
<title>Screenshot to Code</title>
|
<title>Screenshot to Code</title>
|
||||||
|
|
||||||
|
<!-- Open Graph Meta Tags -->
|
||||||
|
<meta property="og:title" content="Screenshot to Code" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="Convert any screenshot or design to clean code"
|
||||||
|
/>
|
||||||
|
<meta
|
||||||
|
property="og:image"
|
||||||
|
content="https://screenshottocode.com/brand/twitter-summary-card.png"
|
||||||
|
/>
|
||||||
|
<meta property="og:image:width" content="1200" />
|
||||||
|
<meta property="og:image:height" content="628" />
|
||||||
|
<meta property="og:url" content="https://screenshottocode.com" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<!-- Twitter Card tags -->
|
||||||
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
|
<meta name="twitter:site" content="@picoapps" />
|
||||||
|
<!-- Keep in sync with og:title, og:description and og:image -->
|
||||||
|
<meta name="twitter:title" content="Screenshot to Code" />
|
||||||
|
<meta
|
||||||
|
name="twitter:description"
|
||||||
|
content="Convert any screenshot or design to clean code"
|
||||||
|
/>
|
||||||
|
<meta
|
||||||
|
name="twitter:image"
|
||||||
|
content="https://screenshottocode.com/brand/twitter-summary-card.png"
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
BIN
frontend/public/brand/twitter-summary-card.png
Normal file
BIN
frontend/public/brand/twitter-summary-card.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 330 KiB |
Loading…
Reference in New Issue
Block a user