diff options
| author | horus_arch | 2015-03-19 13:39:37 +0100 |
|---|---|---|
| committer | horus_arch | 2015-03-19 13:39:37 +0100 |
| commit | f334c93c0364d14a2b55641b155ad58f715a4b39 (patch) | |
| tree | 63ffbfc845f441802bd59c07adf2d9fe2f86c4bc /app/views/App/DomainRegister.html | |
| parent | 3c9bdbc66998075278f7d79fa10709e7fab5deb6 (diff) | |
| download | freemail-f334c93c0364d14a2b55641b155ad58f715a4b39.tar.gz | |
Rewriting from scratch.
Diffstat (limited to 'app/views/App/DomainRegister.html')
| -rw-r--r-- | app/views/App/DomainRegister.html | 50 |
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" .}} |
