summaryrefslogtreecommitdiff
path: root/app/views/App/DomainRegister.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/App/DomainRegister.html')
-rw-r--r--app/views/App/DomainRegister.html50
1 files changed, 0 insertions, 50 deletions
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" .}}
-
- <div>
- <div class="noscript">
- <div class="container">
- <div class="row text-center noscript">
- <noscript>
- <!--h5>Please enable JavaScript. This page will not work otherwise.</h5-->
- </noscript>
- <h5>Please note: We haven't started yet! This is just a demo page.</h4>
- </div>
- </div>
- </div>
- </div>
-
-
- <div class="container">
- <div class="text-center">
- <div class="row">
- <form class="form-horizontal" method='POST' action='./'>
- <fieldset>
- <legend>
- <h1>Mail Exchange</h1>
- <p>Free E-Mail hosting for your own domain. <br>Reqister yourself below and point your MX entry to "mx.iamfabulous.de"</p>
- </legend>
-
- <div class="form-group">
- <label class="col-md-4 control-label" for="domain">Domain*</label>
- <div class="col-md-4">
- <input id="domain" name="domain" placeholder="Your domain here." class="form-control input-md" required="" type="text">
- </div>
- </div>
-
- <div class="form-group">
- <label class="col-md-4 control-label" for="submit"></label>
- <div class="col-md-4">
- <button id="submit" name="submit" class="btn btn-primary"><span class="glyphicon glyphicon-log-in"></span> Register</button>
- </div>
- </div>
-
-
- </fieldset>
- </form>
- </div>
- </div>
- </div>
-
-{{template "footer.html" .}}