From 54081880a975764171560b47d815e40227966051 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 6 Apr 2014 15:39:51 +0200 Subject: initial commit with barebones middleman app --- source/index.html.erb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 source/index.html.erb (limited to 'source/index.html.erb') diff --git a/source/index.html.erb b/source/index.html.erb new file mode 100644 index 0000000..7537cd6 --- /dev/null +++ b/source/index.html.erb @@ -0,0 +1,10 @@ +--- +title: Welcome to Middleman +--- + +
+

Middleman is Watching

+

+ <%= link_to "Read Online Documentation", "http://middlemanapp.com/" %> +

+
\ No newline at end of file -- cgit v1.2.1