diff --git a/.gitignore b/.gitignore index 1d2a50a..14fed44 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ node_modules/ # Generated JS files -dist/ \ No newline at end of file +static/js \ No newline at end of file diff --git a/src/404.html b/static/404.html similarity index 100% rename from src/404.html rename to static/404.html diff --git a/src/images/error.png b/static/images/error.png similarity index 100% rename from src/images/error.png rename to static/images/error.png diff --git a/src/images/favicon.ico b/static/images/favicon.ico similarity index 100% rename from src/images/favicon.ico rename to static/images/favicon.ico diff --git a/src/images/loading.gif b/static/images/loading.gif similarity index 100% rename from src/images/loading.gif rename to static/images/loading.gif diff --git a/src/images/success.png b/static/images/success.png similarity index 100% rename from src/images/success.png rename to static/images/success.png diff --git a/src/index.html b/static/index.html similarity index 95% rename from src/index.html rename to static/index.html index de6c404..402734d 100644 --- a/src/index.html +++ b/static/index.html @@ -61,10 +61,10 @@ __)|_(_||||||(_|| ) |/\|(_|_) | \ |(_)| )|_ - + -
+ \ No newline at end of file