diff --git a/templates/freelancer_Signup.html b/templates/freelancer_Signup.html
new file mode 100644
index 0000000..d7f2906
--- /dev/null
+++ b/templates/freelancer_Signup.html
@@ -0,0 +1,24 @@
+
+
+
+ {{> templateIncludes/style.css.html}}
+
+
+ Freelancer Registration
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/freelancer_Signup_Fulfilment.html b/templates/freelancer_Signup_Fulfilment.html
new file mode 100644
index 0000000..7824031
--- /dev/null
+++ b/templates/freelancer_Signup_Fulfilment.html
@@ -0,0 +1,42 @@
+
+
+
+ {{> templateIncludes/style.css.html}}
+
+
+ {{#REGISTRATION_SUCCESS}}
+
+ {{/REGISTRATION_SUCCESS}}
+ {{#REGISTRATION_ERROR}}
+ {{#REGISTRATION_ERROR_QUERY}}
+
+ The Freelancer could not be created
+
+ {{/REGISTRATION_ERROR_QUERY}}
+ {{#REGISTRATION_ERROR_CRITICAL}}
+
+ The Freelancer could not be created: Critical
+
+ {{/REGISTRATION_ERROR_CRITICAL}}
+ {{#REGISTRATION_ERROR_EMAIL_ALREADY_IN_USE}}
+
+ Email: {{freelanceremail}} Is already in use - Freelancer was not created.
+
+ {{/REGISTRATION_ERROR_EMAIL_ALREADY_IN_USE}}
+ {{#REGISTRATION_ERROR_EMAIL_NAME_PASS_NOT_FILLED}}
+
+ The registration form has not been filled out completely
+
+ {{/REGISTRATION_ERROR_EMAIL_NAME_PASS_NOT_FILLED}}
+
+ {{/REGISTRATION_ERROR}}
+
+
+
+
+
+
\ No newline at end of file