From faf526ab025810460e62f663a458297e4ece4689 Mon Sep 17 00:00:00 2001 From: JubbeArt Date: Sat, 14 Jul 2018 21:58:04 +0200 Subject: [PATCH] Changed folder structure for static files --- .gitignore | 2 +- {src => static}/404.html | 0 {src => static}/images/error.png | Bin {src => static}/images/favicon.ico | Bin {src => static}/images/loading.gif | Bin {src => static}/images/success.png | Bin {src => static}/index.html | 4 ++-- 7 files changed, 3 insertions(+), 3 deletions(-) rename {src => static}/404.html (100%) rename {src => static}/images/error.png (100%) rename {src => static}/images/favicon.ico (100%) rename {src => static}/images/loading.gif (100%) rename {src => static}/images/success.png (100%) rename {src => static}/index.html (95%) 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