summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml9
1 files changed, 0 insertions, 9 deletions
diff --git a/views/layout.haml b/views/layout.haml
deleted file mode 100644
index d8eb52c..0000000
--- a/views/layout.haml
+++ /dev/null
@@ -1,9 +0,0 @@
-!!!
-%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
-