diff --git a/web/css/dashboard.css b/web/css/dashboard.css
new file mode 100644
index 0000000..ad12048
--- /dev/null
+++ b/web/css/dashboard.css
@@ -0,0 +1,92 @@
+body {
+ font-size: .875rem;
+}
+
+.feather {
+ width: 16px;
+ height: 16px;
+}
+
+/*
+ * Sidebar
+ */
+
+.sidebar {
+ position: fixed;
+ top: 0;
+ /* rtl:raw:
+ right: 0;
+ */
+ bottom: 0;
+ /* rtl:remove */
+ left: 0;
+ z-index: 100; /* Behind the navbar */
+ padding: 48px 0 0; /* Height of navbar */
+ box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
+}
+
+@media (max-width: 767.98px) {
+ .sidebar {
+ top: 5rem;
+ }
+}
+
+.sidebar-sticky {
+ height: calc(100vh - 48px);
+ overflow-x: hidden;
+ overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
+}
+
+.sidebar .nav-link {
+ font-weight: 500;
+ color: #333;
+}
+
+.sidebar .nav-link .feather {
+ margin-right: 4px;
+ color: #727272;
+}
+
+.sidebar .nav-link.active {
+ color: #2470dc;
+}
+
+.sidebar .nav-link:hover .feather,
+.sidebar .nav-link.active .feather {
+ color: inherit;
+}
+
+.sidebar-heading {
+ font-size: .75rem;
+}
+
+/*
+ * Navbar
+ */
+
+.navbar-brand {
+ padding-top: .75rem;
+ padding-bottom: .75rem;
+ background-color: rgba(0, 0, 0, .25);
+ box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
+}
+
+.navbar .navbar-toggler {
+ top: .25rem;
+ right: 1rem;
+}
+
+.navbar .form-control {
+ padding: .75rem 1rem;
+}
+
+.form-control-dark {
+ color: #fff;
+ background-color: rgba(255, 255, 255, .1);
+ border-color: rgba(255, 255, 255, .1);
+}
+
+.form-control-dark:focus {
+ border-color: transparent;
+ box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
+}
diff --git a/web/css/signin.css b/web/css/signin.css
index 4732d1f..71c31f4 100644
--- a/web/css/signin.css
+++ b/web/css/signin.css
@@ -37,3 +37,7 @@ body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
+
+.hidden {
+ visibility: hidden;
+}
\ No newline at end of file
diff --git a/web/html/home.html b/web/html/home.html
new file mode 100644
index 0000000..d4fb5b8
--- /dev/null
+++ b/web/html/home.html
@@ -0,0 +1,335 @@
+
+
+
+
+
+
+
+
+ Dashboard Template · Bootstrap v5.2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Section title
+
+
+
+
+ # |
+ Header |
+ Header |
+ Header |
+ Header |
+
+
+
+
+ 1,001 |
+ random |
+ data |
+ placeholder |
+ text |
+
+
+ 1,002 |
+ placeholder |
+ irrelevant |
+ visual |
+ layout |
+
+
+ 1,003 |
+ data |
+ rich |
+ dashboard |
+ tabular |
+
+
+ 1,003 |
+ information |
+ placeholder |
+ illustrative |
+ data |
+
+
+ 1,004 |
+ text |
+ random |
+ layout |
+ dashboard |
+
+
+ 1,005 |
+ dashboard |
+ irrelevant |
+ text |
+ placeholder |
+
+
+ 1,006 |
+ dashboard |
+ illustrative |
+ rich |
+ data |
+
+
+ 1,007 |
+ placeholder |
+ tabular |
+ information |
+ irrelevant |
+
+
+ 1,008 |
+ random |
+ data |
+ placeholder |
+ text |
+
+
+ 1,009 |
+ placeholder |
+ irrelevant |
+ visual |
+ layout |
+
+
+ 1,010 |
+ data |
+ rich |
+ dashboard |
+ tabular |
+
+
+ 1,011 |
+ information |
+ placeholder |
+ illustrative |
+ data |
+
+
+ 1,012 |
+ text |
+ placeholder |
+ layout |
+ dashboard |
+
+
+ 1,013 |
+ dashboard |
+ irrelevant |
+ text |
+ visual |
+
+
+ 1,014 |
+ dashboard |
+ illustrative |
+ rich |
+ data |
+
+
+ 1,015 |
+ random |
+ tabular |
+ information |
+ text |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/web/index.html b/web/index.html
index 319a5bb..6d5a8e7 100644
--- a/web/index.html
+++ b/web/index.html
@@ -14,6 +14,7 @@
+
@@ -48,16 +49,46 @@
-
@@ -74,5 +105,6 @@
-
-