diff --git a/.gitignore b/.gitignore index 1dd1939..7675281 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ * -!src/ +!example/ !.gitignore diff --git a/build/example/index.html b/build/example/index.html new file mode 100644 index 0000000..189a1f7 --- /dev/null +++ b/build/example/index.html @@ -0,0 +1,11 @@ + + + + My Site + + + + + + + diff --git a/src/_discord-embed-metadata.html b/example/_discord-embed-metadata.html similarity index 100% rename from src/_discord-embed-metadata.html rename to example/_discord-embed-metadata.html diff --git a/src/index.html b/example/index.html similarity index 62% rename from src/index.html rename to example/index.html index 6312874..74c999d 100644 --- a/src/index.html +++ b/example/index.html @@ -2,6 +2,6 @@ My Site - #include "src/_discord-embed-metadata.html" + #include "example/_discord-embed-metadata.html"