From 18ff58e74f9dce2531d3f68f1d2aeecada9ac73f Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 26 Jun 2012 17:43:50 +0200 Subject: using layout in the sinatra app --- views/layout.erb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 views/layout.erb (limited to 'views/layout.erb') diff --git a/views/layout.erb b/views/layout.erb new file mode 100644 index 0000000..c68ac23 --- /dev/null +++ b/views/layout.erb @@ -0,0 +1,27 @@ + + + + + Secure remote password + + + + + +
+ +
+
+

Secure Remote Passwords

+

+ Secure remote passwords allow you to login with a password that will be unkown to the server and anyone eavesdropping +

+
+
+ + <%= yield %> + + + + + -- cgit v1.2.3