diff --git a/.gitignore b/.gitignore index ee19741..5cdd539 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ /target /src/target -/pkg -*.pkg.* \ No newline at end of file +/pkg \ No newline at end of file diff --git a/README.md b/README.md index fe53747..053efbc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](./misc/banner.png) +![](./site/misc/readme-banner.png) A high-precision scientific calculator with support for units, derivatives, and more. diff --git a/site/.gitignore b/site/.gitignore new file mode 100644 index 0000000..6bd0e57 --- /dev/null +++ b/site/.gitignore @@ -0,0 +1,3 @@ +/node_modules +/package-lock.json +/pkg \ No newline at end of file diff --git a/index.html b/site/index.html similarity index 93% rename from index.html rename to site/index.html index 21422db..1714f03 100644 --- a/index.html +++ b/site/index.html @@ -2,12 +2,11 @@ -