summaryrefslogtreecommitdiff
path: root/src/index.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.rs')
-rw-r--r--src/index.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/index.rs b/src/index.rs
index 6411ff4..98eb47f 100644
--- a/src/index.rs
+++ b/src/index.rs
@@ -31,6 +31,10 @@ mod templates {
}
button { "hi" }
}
+
+ form action="/logout" method="post" {
+ button { "bye" }
+ }
}
}
}