about summary refs log tree commit diff
path: root/templates/src/login.rs
diff options
context:
space:
mode:
Diffstat (limited to 'templates/src/login.rs')
-rw-r--r--templates/src/login.rs17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/src/login.rs b/templates/src/login.rs
deleted file mode 100644
index 042c308..0000000
--- a/templates/src/login.rs
+++ /dev/null
@@ -1,17 +0,0 @@
-markup::define! {
-    LoginPage {
-        form[method="POST"] {
-            h1 { "Sign in with your website" }
-            p {
-                "Signing in to Kittybox might allow you to view private content "
-                    "intended for your eyes only."
-            }
-
-            section {
-                label[for="url"] { "Your website URL" }
-                input[id="url", name="url", placeholder="https://example.com/"];
-                input[type="submit"];
-            }
-        }
-    }
-}