From f32497f143ef95264706dba27ce3e7a26d7ba6a4 Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 26 Jun 2012 18:13:22 +0200 Subject: moved the sample app to it's own subdirectory --- example/views/layout.erb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 example/views/layout.erb (limited to 'example/views/layout.erb') diff --git a/example/views/layout.erb b/example/views/layout.erb new file mode 100644 index 0000000..c68ac23 --- /dev/null +++ b/example/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