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