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:
parent
a4d7d27524
commit
fb79c6f41d
4 changed files with 13 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,6 @@
|
|||
*
|
||||
|
||||
!src/
|
||||
!example/
|
||||
|
||||
!.gitignore
|
||||
|
||||
|
|
11
build/example/index.html
Normal file
11
build/example/index.html
Normal 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>
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue