From d4ccdf736f536b420aceeb6cb8589495cd2e4a34 Mon Sep 17 00:00:00 2001 From: Tobias Bühlmann Date: Sun, 25 Apr 2010 13:46:42 +0200 Subject: initial commit --- views/layout.haml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 views/layout.haml (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml new file mode 100644 index 0000000..1e37026 --- /dev/null +++ b/views/layout.haml @@ -0,0 +1,8 @@ +!!! +%html{:xmlns => 'http://www.w3.org/1999/xhtml'} + %head + %title Sinatra File Upload + %link{:rel => 'stylesheet', :type => 'text/css', :href => 'css/style.css'} + %meta{:content => 'text/html; charset=utf-8', :'http-equiv' => 'Content-Type'} + %body + = yield -- cgit v1.2.3