From a182befeb67bce1991c139b3ffe55fbeeb21077c Mon Sep 17 00:00:00 2001 From: Kostas Drakontidis Date: Fri, 25 Jul 2025 16:25:16 +0300 Subject: [PATCH] Added views --- client/frontend/app/views/login.html | 44 ++++++++++ client/frontend/app/views/main.html | 127 +++++++++++++++++++++++++++ 2 files changed, 171 insertions(+) create mode 100644 client/frontend/app/views/login.html create mode 100644 client/frontend/app/views/main.html diff --git a/client/frontend/app/views/login.html b/client/frontend/app/views/login.html new file mode 100644 index 0000000..67a3d21 --- /dev/null +++ b/client/frontend/app/views/login.html @@ -0,0 +1,44 @@ + + + + + + + Login + + + + + + + + + + +
+ + +
+ + + + \ No newline at end of file diff --git a/client/frontend/app/views/main.html b/client/frontend/app/views/main.html new file mode 100644 index 0000000..398ba8f --- /dev/null +++ b/client/frontend/app/views/main.html @@ -0,0 +1,127 @@ + + + + + + + Main + + + + + + + + + + +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+ +
+ +
+ + + + \ No newline at end of file