summaryrefslogtreecommitdiff
path: root/app/views/App/Register.html
diff options
context:
space:
mode:
authorHorus_Arch2015-02-14 23:11:57 +0100
committerHorus_Arch2015-02-14 23:11:57 +0100
commit2f9fe2cfad83416647beed9c3c9085d686c43b09 (patch)
treefce1e043672f94cf42f8197079ce6fb3017dade0 /app/views/App/Register.html
downloadfreemail-2f9fe2cfad83416647beed9c3c9085d686c43b09.tar.gz
Initial commit.
Diffstat (limited to 'app/views/App/Register.html')
-rw-r--r--app/views/App/Register.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/app/views/App/Register.html b/app/views/App/Register.html
new file mode 100644
index 0000000..9c8683c
--- /dev/null
+++ b/app/views/App/Register.html
@@ -0,0 +1,50 @@
+{{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" .}}