From 9097ff1e4ecdf42c99585bc9d399590442720052 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 19 Jun 2016 21:54:57 +0200 Subject: init --- views/layout.slim | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 views/layout.slim (limited to 'views/layout.slim') 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 -- cgit v1.2.3