diff options
author | Patrick Simianer <p@simianer.de> | 2016-06-19 21:54:57 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-06-19 21:54:57 +0200 |
commit | 9097ff1e4ecdf42c99585bc9d399590442720052 (patch) | |
tree | c298079001da6f986ea2b0fd92b3f7178479a345 /views/layout.slim | |
parent | 6cb1b8d9f1447bad605bcecdab9bb0d5e5b2f123 (diff) |
init
Diffstat (limited to 'views/layout.slim')
-rw-r--r-- | views/layout.slim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/views/layout.slim b/views/layout.slim deleted file mode 100644 index 0d4d1f1..0000000 --- a/views/layout.slim +++ /dev/null @@ -1,8 +0,0 @@ -doctype -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 |