summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorTobias Bühlmann <tobias.buehlmann@gmx.de>2010-04-25 13:46:42 +0200
committerTobias Bühlmann <tobias.buehlmann@gmx.de>2010-04-25 13:46:42 +0200
commitd4ccdf736f536b420aceeb6cb8589495cd2e4a34 (patch)
treee6d5120836028ae2bbd4b96d3d64f1bb2f7c4e83 /views/layout.haml
initial commit
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml8
1 files changed, 8 insertions, 0 deletions
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