diff --git a/src/templates/electionCreation.html b/src/templates/electionCreation.html new file mode 100644 index 0000000..463655f --- /dev/null +++ b/src/templates/electionCreation.html @@ -0,0 +1,74 @@ + + + + + + Create Election + + + +
+

Create Election

+
+ + + + + + + + + + + + +
+
+ + \ No newline at end of file diff --git a/src/templates/electionViewer.html b/src/templates/electionViewer.html new file mode 100644 index 0000000..e9dc97f --- /dev/null +++ b/src/templates/electionViewer.html @@ -0,0 +1,205 @@ + + + + + + View Elections + + + +
+

View Elections

+
+ + + +
+ + + + + + + + + + + + + + + + + + +
IDNameUserNamespaceDescriptionStart DateEnd Date
+
+ + + \ No newline at end of file diff --git a/src/templates/give-authorization.html b/src/templates/give-authorization.html new file mode 100644 index 0000000..0776f1a --- /dev/null +++ b/src/templates/give-authorization.html @@ -0,0 +1,65 @@ + + + + + + Give Acces + + + +
+

Give acces

+
+ + + + + + + + + +
+
+ + \ No newline at end of file diff --git a/src/templates/login.html b/src/templates/login.html new file mode 100644 index 0000000..607ab87 --- /dev/null +++ b/src/templates/login.html @@ -0,0 +1,59 @@ + + + + + + Login + + + +
+

Login

+
+ + + +
+
+ + \ No newline at end of file diff --git a/src/templates/main.html b/src/templates/main.html deleted file mode 100644 index 57db19a..0000000 --- a/src/templates/main.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Voting List - - - - -

Vote List

- - - - - - - - \ No newline at end of file diff --git a/src/templates/vote.html b/src/templates/vote.html new file mode 100644 index 0000000..3347e61 --- /dev/null +++ b/src/templates/vote.html @@ -0,0 +1,158 @@ + + + + + + Voting Page + + + +
+

Voting Page

+ +
+
+ + + \ No newline at end of file