From 5d395d4ed73061b247c32dc63db6ddfa2dd62d39 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 4 Oct 2023 19:55:17 +0100 Subject: initial commit --- templates/login.rs.html | 15 +++++++++++++++ 1 file changed, 15 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..349263c --- /dev/null +++ b/templates/login.rs.html @@ -0,0 +1,15 @@ +@use super::base_html; + +@() + +@:base_html(false, { +
+ + + + + + + +
+}) \ No newline at end of file -- cgit