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

Rename the src dir to example and add the build dir

This commit is contained in:
RGBCube 2023-05-07 01:10:26 +03:00
parent a4d7d27524
commit fb79c6f41d
4 changed files with 13 additions and 2 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"/>

7
example/index.html Normal file
View file

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Site</title>
#include "example/_discord-embed-metadata.html"
</head>
</html>