1
Fork 0
mirror of https://github.com/RGBCube/GCCPreprocessHTML synced 2025-07-25 22:47:46 +00:00

Make it work

This commit is contained in:
RGBCube 2023-05-07 00:50:31 +03:00
parent e48a14f103
commit b07ef3c39c
7 changed files with 33 additions and 5 deletions

View file

@ -0,0 +1,5 @@
<meta content="Embed Title" property="og:title"/>
<meta content="Site Description" property="og:description"/>
<meta content="https://embed.com/this-is-the-site-url" property="og:url"/>
<meta content="https://embed.com/embedimage.png" property="og:image"/>
<meta content="#43B581" data-react-helmet="true" name="theme-color"/>

11
build/src/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Site</title>
<meta content="Embed Title" property="og:title"/>
<meta content="Site Description" property="og:description"/>
<meta content="https://embed.com/this-is-the-site-url" property="og:url"/>
<meta content="https://embed.com/embedimage.png" property="og:image"/>
<meta content="#43B581" data-react-helmet="true" name="theme-color"/>
</head>
</html>