|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <title>Docklet | Login</title> |
| 7 | + <!-- Tell the browser to be responsive to screen width --> |
| 8 | + <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> |
| 9 | + <!-- Bootstrap 3.3.5 --> |
| 10 | + <link href="//cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet"> |
| 11 | + <!-- Font Awesome --> |
| 12 | + <link href="//cdn.bootcss.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"> |
| 13 | + <!-- Ionicons --> |
| 14 | + <link href="//cdn.bootcss.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet"> |
| 15 | + <!-- Theme style --> |
| 16 | + <link rel="stylesheet" href="/static/dist/css/AdminLTE.min.css"> |
| 17 | + |
| 18 | + <link rel="shortcut icon" href="/static/img/favicon.ico"> |
| 19 | + |
| 20 | + |
| 21 | +</head> |
| 22 | +<body class="hold-transition login-page"> |
| 23 | +<div class="login-box"> |
| 24 | + <div class="login-logo"> |
| 25 | + <img src="/static/img/logo.png" class="logo-name" height="50%" width="50%"> |
| 26 | + <!--a href="/"><b>Docklet</b></a--> |
| 27 | + </div> |
| 28 | + <!-- /.login-logo --> |
| 29 | + <div class="login-box-body"> |
| 30 | + <p class="login-box-msg">An easy and quick way to launch your DISTRIBUTED applications!</p> |
| 31 | + <form class="m-t" role="form" action="" id="activateForm" method="POST"> |
| 32 | + <div class="form-group"> |
| 33 | + <input type="text" class="form-control" placeholder="username" required="" name="username"> |
| 34 | + </div> |
| 35 | + <div class="form-group"> |
| 36 | + <input type="text" class="form-control" placeholder="password" required="" name="password"> |
| 37 | + </div> |
| 38 | + <div class="form-group"> |
| 39 | + <input type="text" class="form-control" placeholder="repeat password" required="" name="password2"> |
| 40 | + </div> |
| 41 | + <div class="form-group"> |
| 42 | + <input type="email" class="form-control" placeholder="E-mail" required="" name="email"> |
| 43 | + </div> |
| 44 | + <div class="form-group"> |
| 45 | + <textarea class="form-control" name="description" form="activateForm" id="mDescription"> |
| 46 | + </textarea> |
| 47 | + </div> |
| 48 | + <div class="row"> |
| 49 | + <div class="col-xs-12"> |
| 50 | + <button type="submit" class="btn btn-primary btn-block btn-flat">Register</button> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + <!--p class="text-muted text-center"><small>Do not have an account?</small></p--> |
| 54 | + <!--a class="btn btn-sm btn-white btn-block" href="register.html">Create an account</a--> |
| 55 | + </form> |
| 56 | + </div> |
| 57 | + <!-- /.login-box-body --> |
| 58 | + </div> |
| 59 | + <!-- /.login-box --> |
| 60 | + |
| 61 | + <!-- jQuery 2.2.1 --> |
| 62 | + <script src="//cdn.bootcss.com/jquery/2.2.1/jquery.min.js"></script> |
| 63 | + <!-- Bootstrap 3.3.5 --> |
| 64 | + <script src="//cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> |
| 65 | + |
| 66 | + </body> |
| 67 | + </html> |
0 commit comments