From beb0b05bb6e3213b8a40faefe967820f0e149370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 20 May 2022 15:01:43 +0200 Subject: [PATCH] feat: moved front inside the wepapp folder --- src/front/index.html | 101 ------------------ src/main/webapp/index.html | 112 +++++++++++++++++--- src/{front => main/webapp}/index2.html | 0 src/{front => main/webapp}/login-signup.css | 0 src/{front => main/webapp}/logo.png | Bin src/{front => main/webapp}/pixels.css | 0 src/{front => main/webapp}/pixels.js | 0 src/{front => main/webapp}/profil.css | 0 src/{front => main/webapp}/test.json | 0 src/{front => main/webapp}/title-bar.css | 0 src/{front => main/webapp}/utils.css | 0 src/{front => main/webapp}/wallet.css | 0 12 files changed, 100 insertions(+), 113 deletions(-) delete mode 100644 src/front/index.html rename src/{front => main/webapp}/index2.html (100%) rename src/{front => main/webapp}/login-signup.css (100%) rename src/{front => main/webapp}/logo.png (100%) rename src/{front => main/webapp}/pixels.css (100%) rename src/{front => main/webapp}/pixels.js (100%) rename src/{front => main/webapp}/profil.css (100%) rename src/{front => main/webapp}/test.json (100%) rename src/{front => main/webapp}/title-bar.css (100%) rename src/{front => main/webapp}/utils.css (100%) rename src/{front => main/webapp}/wallet.css (100%) diff --git a/src/front/index.html b/src/front/index.html deleted file mode 100644 index 0490cae..0000000 --- a/src/front/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - Popup Login Form Design | CodingNepal - - - - - - - - - - -
-
- Pixels -
-
- - - - - - - - - -
-
-
- - - - - - - - - - - -
-
- - - diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 5c1b087..0490cae 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -1,13 +1,101 @@ - - - Web Demo - - -

Say Hello

-
-

Name:

- - -
- + + + + + + Popup Login Form Design | CodingNepal + + + + + + + + + + +
+
+ Pixels +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + +
+
+ + diff --git a/src/front/index2.html b/src/main/webapp/index2.html similarity index 100% rename from src/front/index2.html rename to src/main/webapp/index2.html diff --git a/src/front/login-signup.css b/src/main/webapp/login-signup.css similarity index 100% rename from src/front/login-signup.css rename to src/main/webapp/login-signup.css diff --git a/src/front/logo.png b/src/main/webapp/logo.png similarity index 100% rename from src/front/logo.png rename to src/main/webapp/logo.png diff --git a/src/front/pixels.css b/src/main/webapp/pixels.css similarity index 100% rename from src/front/pixels.css rename to src/main/webapp/pixels.css diff --git a/src/front/pixels.js b/src/main/webapp/pixels.js similarity index 100% rename from src/front/pixels.js rename to src/main/webapp/pixels.js diff --git a/src/front/profil.css b/src/main/webapp/profil.css similarity index 100% rename from src/front/profil.css rename to src/main/webapp/profil.css diff --git a/src/front/test.json b/src/main/webapp/test.json similarity index 100% rename from src/front/test.json rename to src/main/webapp/test.json diff --git a/src/front/title-bar.css b/src/main/webapp/title-bar.css similarity index 100% rename from src/front/title-bar.css rename to src/main/webapp/title-bar.css diff --git a/src/front/utils.css b/src/main/webapp/utils.css similarity index 100% rename from src/front/utils.css rename to src/main/webapp/utils.css diff --git a/src/front/wallet.css b/src/main/webapp/wallet.css similarity index 100% rename from src/front/wallet.css rename to src/main/webapp/wallet.css