From c742b752140ab0eee6e353c779bd897042ba6739 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Tue, 19 Jul 2022 19:49:39 -0400 Subject: Big login system Still needs cookies, but those are coming! (and should be set anyways!) --- templates/index.rs.html | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'templates/index.rs.html') diff --git a/templates/index.rs.html b/templates/index.rs.html index 2971d13..4fb701c 100644 --- a/templates/index.rs.html +++ b/templates/index.rs.html @@ -1,21 +1,8 @@ -@use super::statics::style_css; +@use super::{header_html, footer_html}; @() - - - - NCCd Dashboard - - - - - - - -
+@:header_html()

NCCd (Network Communications Control Daemon)

-

Please Log in

- - - +

Please Log in

+@:footer_html() -- cgit v1.2.3