From 0b87b82a4d41d37ee8173a5eb17fc40c3c99e3a7 Mon Sep 17 00:00:00 2001 From: Johnathon Slightham Date: Thu, 19 Jan 2023 10:05:47 -0500 Subject: [PATCH] Initial commit for management --- public/consts.js | 1 + public/index.html | 73 ++++++++++++++++++++++++++++++++++++ public/manageHome.html | 59 +++++++++++++++++++++++++++++ public/register.html | 84 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 217 insertions(+) create mode 100644 public/consts.js create mode 100644 public/index.html create mode 100644 public/manageHome.html create mode 100644 public/register.html 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

+
+ + + + + + + + + + + + + + + + +
+ Login +
+ + + +
+ + + +
+
+
+ Register +
+
+
+ + + + + + + \ 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

+ + + + + + + + +
+ Home +
+ Home + + Manage Posts + + Manage Categories + + Analytics +
+
+ + + + + + + \ 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

+
+ + + + + + + + + + + + + + + + + + + + +
+ Register +
+ + + +
+ + + +
+ + + +
+
+
+ Log In +
+
+
+ + + + + + + \ No newline at end of file