1
Fork 0
mirror of https://github.com/RGBCube/GCCPreprocessHTML synced 2025-05-31 04:18:12 +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

2
.gitignore vendored
View file

@ -1,6 +1,6 @@
*
!src/
!example/
!.gitignore

11
build/example/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>

View file

@ -2,6 +2,6 @@
<html lang="en">
<head>
<title>My Site</title>
#include "src/_discord-embed-metadata.html"
#include "example/_discord-embed-metadata.html"
</head>
</html>