From f334c93c0364d14a2b55641b155ad58f715a4b39 Mon Sep 17 00:00:00 2001
From: horus_arch
Date: Thu, 19 Mar 2015 13:39:37 +0100
Subject: Rewriting from scratch.
---
app/views/App/DomainRegister.html | 50 -------------------------
app/views/App/Index.html | 13 -------
app/views/App/Index.html.bak | 23 ------------
app/views/App/Register.html | 78 ---------------------------------------
4 files changed, 164 deletions(-)
delete mode 100644 app/views/App/DomainRegister.html
delete mode 100644 app/views/App/Index.html
delete mode 100644 app/views/App/Index.html.bak
delete mode 100644 app/views/App/Register.html
(limited to 'app/views/App')
diff --git a/app/views/App/DomainRegister.html b/app/views/App/DomainRegister.html
deleted file mode 100644
index 9c8683c..0000000
--- a/app/views/App/DomainRegister.html
+++ /dev/null
@@ -1,50 +0,0 @@
-{{set . "title" "Register"}}
-{{template "header.html" .}}
-{{template "navbar.html" .}}
-
-
-
-
-
-
-
Please note: We haven't started yet! This is just a demo page.
-
-
-
-
-
-
-
-
-{{template "footer.html" .}}
diff --git a/app/views/App/Index.html b/app/views/App/Index.html
deleted file mode 100644
index cf36a51..0000000
--- a/app/views/App/Index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{{set . "title" "Home"}}
-{{template "header.html" .}}
-{{template "navbar.html" .}}
-
-
-
-
-{{template "footer.html" .}}
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" .}}
-
-
-
-
-
-
- {{template "flash.html" .}}
-
-
-
-
-{{template "footer.html" .}}
diff --git a/app/views/App/Register.html b/app/views/App/Register.html
deleted file mode 100644
index e950804..0000000
--- a/app/views/App/Register.html
+++ /dev/null
@@ -1,78 +0,0 @@
-{{set . "title" "Register"}}
-{{template "header.html" .}}
-{{template "navbar.html" .}}
-
-
-
-
-
-
-
Please note: We haven't started yet! This is just a demo page.
-
-
-
-
-
-
-
-
-{{template "footer.html" .}}
--
cgit v1.2.3