From 469a3ad33914f7eff6edc9ca7fabb12f2950da84 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 14 Nov 2024 17:59:21 +0000 Subject: database work --- templates/admin_login.rs.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/admin_login.rs.html (limited to 'templates/admin_login.rs.html') diff --git a/templates/admin_login.rs.html b/templates/admin_login.rs.html new file mode 100644 index 0000000..de31c44 --- /dev/null +++ b/templates/admin_login.rs.html @@ -0,0 +1,12 @@ +@use super::base_html; + +@() + +@:base_html({ +
+ + + +
+}) + -- cgit