diff options
Diffstat (limited to 'html/user.html')
| -rw-r--r-- | html/user.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/html/user.html b/html/user.html new file mode 100644 index 0000000..58798ce --- /dev/null +++ b/html/user.html @@ -0,0 +1,46 @@ +{{template "header.html" "User | Libremail"}} +{{template "navbar.html"}} +{{template "alert.html" .}} + +<div class="container"> + <div class="row"> + <div class="col-md-12"> + <h1>User</h1> + <br> + <div class="well well-lg"> + <h2 id="change_password">Change Password</h2> + <p> + You can change your password here. + <br> + <a class="btn btn-primary btn-raised" href="/password" role="button"><span class="fa fa-lock"></span> Change Password »</a> + </p> + <br> + <h2 id="sign_up">Create new address</h2> + <p> + Looking for a new mail address? Click here. + <br> + <a class="btn btn-primary btn-raised" href="/register" role="button"><span class="fa fa-user-plus"></span> Create New Account»</a> + </p> + <br> + <h2 id="login">Login</h2> + <p>The easiest way is to use our webmail interface. You can find it <a href="https://iamfabulous.de/webmail" title="Webmail" target="_blank">here <span class="fa fa-external-link"></span></a>. + <br> + Log in with your full mail address and your password. + <br> + <a class="btn btn-primary btn-raised" href="https://iamfabulous.de/webmail" role="button"><span class="glyphicon glyphicon-envelope"></span> Login with your browser »</a> + <br> + <br> + If you want to use your own client, see here for connection details. + <br> + <a class="btn btn-primary btn-raised" href="/server" role="button" title="Server | Connection details"><span class="glyphicon glyphicon-cog"></span> Connection details »</a> + </p> + <!--p> + See <a href="/howto#login" title="How to login">here</a> for more details. + <br> + <a class="btn btn-primary btn-raised" href="/howto#login" role="button">Login »</a> + </p--> + </div> + </div> + </div> +</div> +{{template "footer.html" .Language}} |
