summaryrefslogtreecommitdiff
path: root/source/index.html.erb
diff options
context:
space:
mode:
authorLars Henrik Mai <lars.mai@kontinui.de>2014-04-06 15:39:51 +0200
committerLars Henrik Mai <lars.mai@kontinui.de>2014-04-06 15:39:51 +0200
commit54081880a975764171560b47d815e40227966051 (patch)
tree6142012af962e90ee6f1bc20bc7124b893bb9a3b /source/index.html.erb
initial commit with barebones middleman app
Diffstat (limited to 'source/index.html.erb')
-rw-r--r--source/index.html.erb10
1 files changed, 10 insertions, 0 deletions
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
+---
+
+<div class="welcome">
+ <h1>Middleman is Watching</h1>
+ <p class="doc">
+ <%= link_to "Read Online Documentation", "http://middlemanapp.com/" %>
+ </p><!-- .doc -->
+</div><!-- .welcome --> \ No newline at end of file