From 98f90349d318e207f0afacaedacee4b053c9ce84 Mon Sep 17 00:00:00 2001 From: Julian Hinxlage Date: Fri, 22 Mar 2019 11:16:45 +0100 Subject: [PATCH] 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