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/header.rs.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/header.rs.html (limited to 'templates/header.rs.html') diff --git a/templates/header.rs.html b/templates/header.rs.html new file mode 100644 index 0000000..9384bcb --- /dev/null +++ b/templates/header.rs.html @@ -0,0 +1,14 @@ +@use super::statics::style_css; +@() + + + + NCCd Dashboard + + + + + + + +
-- cgit v1.2.3