summaryrefslogtreecommitdiff
path: root/app/views/App/Index.html.bak
diff options
context:
space:
mode:
authorhorus_arch2015-03-19 13:39:37 +0100
committerhorus_arch2015-03-19 13:39:37 +0100
commitf334c93c0364d14a2b55641b155ad58f715a4b39 (patch)
tree63ffbfc845f441802bd59c07adf2d9fe2f86c4bc /app/views/App/Index.html.bak
parent3c9bdbc66998075278f7d79fa10709e7fab5deb6 (diff)
downloadfreemail-f334c93c0364d14a2b55641b155ad58f715a4b39.tar.gz
Rewriting from scratch.
Diffstat (limited to 'app/views/App/Index.html.bak')
-rw-r--r--app/views/App/Index.html.bak23
1 files changed, 0 insertions, 23 deletions
diff --git a/app/views/App/Index.html.bak b/app/views/App/Index.html.bak
deleted file mode 100644
index deb2304..0000000
--- a/app/views/App/Index.html.bak
+++ /dev/null
@@ -1,23 +0,0 @@
-{{set . "title" "Home"}}
-{{template "header.html" .}}
-
-<header class="hero-unit" style="background-color:#A9F16C">
- <div class="container">
- <div class="row">
- <div class="hero-text">
- <h1>It works!</h1>
- <p></p>
- </div>
- </div>
- </div>
-</header>
-
-<div class="container">
- <div class="row">
- <div class="span6">
- {{template "flash.html" .}}
- </div>
- </div>
-</div>
-
-{{template "footer.html" .}}