From 98f90349d318e207f0afacaedacee4b053c9ce84 Mon Sep 17 00:00:00 2001 From: Julian Hinxlage Date: Fri, 22 Mar 2019 11:16:45 +0100 Subject: [PATCH 1/2] added login.html --- .gitignore | 3 +- src/main/webapp/preview/login.html | 131 +++++++++++++++++++++++++++++ 2 files changed, 133 insertions(+), 1 deletion(-) create mode 100644 src/main/webapp/preview/login.html diff --git a/.gitignore b/.gitignore index 04e3114..358487f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.iml -/target \ No newline at end of file +/target +.idea \ No newline at end of file diff --git a/src/main/webapp/preview/login.html b/src/main/webapp/preview/login.html new file mode 100644 index 0000000..9b70f8f --- /dev/null +++ b/src/main/webapp/preview/login.html @@ -0,0 +1,131 @@ + + + + Amazon light + + + + + + + + + + + +
+ +
+ +
+ +
+
+

+ Anmeldung +

+
+
+ +
+ +
+ +
+
+ Benutzername: + +
+
+ +
+
+ Passwort: + +
+
+ +
+
+ +
+
+ +
+ +
+ +
+ + + + + + \ No newline at end of file From 3891268b8df0f9cb61c152435948904799b154f9 Mon Sep 17 00:00:00 2001 From: Julian Hinxlage Date: Fri, 22 Mar 2019 11:31:35 +0100 Subject: [PATCH 2/2] added register.html --- src/main/webapp/preview/register.html | 138 ++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 src/main/webapp/preview/register.html diff --git a/src/main/webapp/preview/register.html b/src/main/webapp/preview/register.html new file mode 100644 index 0000000..fb26bdd --- /dev/null +++ b/src/main/webapp/preview/register.html @@ -0,0 +1,138 @@ + + + + Amazon light + + + + + + + + + + + +
+ +
+ +
+ +
+
+

+ Registrierung +

+
+
+ +
+ +
+ +
+
+ Email: + +
+
+ +
+
+ Benutzername: + +
+
+ +
+
+ Passwort: + +
+
+ +
+
+ +
+
+ +
+ +
+ +
+ + + + + + \ No newline at end of file