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/login.rs.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/login.rs.html (limited to 'templates/login.rs.html') diff --git a/templates/login.rs.html b/templates/login.rs.html new file mode 100644 index 0000000..122e2b8 --- /dev/null +++ b/templates/login.rs.html @@ -0,0 +1,22 @@ +@use super::{header_html, footer_html}; + +@() + +@:header_html() +

NCCd Login

+
+
+ + +
+
+
+ + +
+
+ + + +Or try creating an account +@:footer_html() -- cgit v1.2.3