diff --git a/public/consts.js b/public/consts.js
new file mode 100644
index 0000000..7913e33
--- /dev/null
+++ b/public/consts.js
@@ -0,0 +1 @@
+const backendURL = "http://127.0.0.1:8080";
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..0591f69
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+ Kno-Logic Management Portal
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/public/manageHome.html b/public/manageHome.html
new file mode 100644
index 0000000..416a785
--- /dev/null
+++ b/public/manageHome.html
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+ Kno-Logic Management Portal
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/public/register.html b/public/register.html
new file mode 100644
index 0000000..239c412
--- /dev/null
+++ b/public/register.html
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
+ Kno-Logic Management Portal
+
+
+
+
+
+
+
+
+
\ No newline at end of file