diff --git a/server/db.sqlite3 b/server/db.sqlite3
new file mode 100644
index 0000000000..46df19cc21
Binary files /dev/null and b/server/db.sqlite3 differ
diff --git a/server/djangoapp/templates/djangoapp/about.html b/server/djangoapp/templates/djangoapp/about.html
new file mode 100644
index 0000000000..bb525d5275
--- /dev/null
+++ b/server/djangoapp/templates/djangoapp/about.html
@@ -0,0 +1,5 @@
+
+
+Welcome to Best Cars dealership, home to the best cars in North America. We sell domestic and imported cars at reasonable prices.
+
+
\ No newline at end of file
diff --git a/server/djangoapp/templates/djangoapp/contact.html b/server/djangoapp/templates/djangoapp/contact.html
new file mode 100644
index 0000000000..289c139c79
--- /dev/null
+++ b/server/djangoapp/templates/djangoapp/contact.html
@@ -0,0 +1,15 @@
+
+
+
+
+
+ Contact information
+
+
+
Phone No: 555 834 6626
+
Email: EpicCars11@gmail.com"
+
Address:1818 West Way Ct.
+
+
+
+
\ No newline at end of file
diff --git a/server/djangoapp/templates/djangoapp/index.html b/server/djangoapp/templates/djangoapp/index.html
index 1a9ee6e39a..3ac27784ea 100644
--- a/server/djangoapp/templates/djangoapp/index.html
+++ b/server/djangoapp/templates/djangoapp/index.html
@@ -15,9 +15,38 @@
- This is the index page of your Django app!
+
+
diff --git a/server/djangoapp/templates/djangoapp/registration.html b/server/djangoapp/templates/djangoapp/registration.html
index ae11ea4b71..fc1d36d174 100644
--- a/server/djangoapp/templates/djangoapp/registration.html
+++ b/server/djangoapp/templates/djangoapp/registration.html
@@ -4,8 +4,122 @@
{% load static %}
+
-
+