Current File : /home/obabain/ms_obaba_in/index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
 <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>AppAdmin | User Acess</title>
    <!-- Bootstrap core CSS -->
    <link rel="shortcut icon" type="image/x-icon" href="img/ico.ico" />
    <link href="css/bootstrap.min.css" rel="stylesheet">
    <link href="css/estilos.css" rel="stylesheet">
    <script src="https://cdn.ckeditor.com/4.6.1/standard/ckeditor.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Login ANMS</title>
</head>
<body>
 <header id="header">
      <div class="container">
        <div class="row">
          <div class="col-md-12">
            <h2 class="text-center"> Administration <p><small>Admin Access</small></p> </h2>
          </div>
        </div>
      </div>
    </header>

    <section id="mainL">
      <div class="container">
        <div class="row">
          <div class="col-md-8 col-md-offset-2">
            <form id="login" action="loginValidation.jsp" method="post" class="well">
                  <div class="form-group">
                      <center> 
                          <img style="margin-top: -100px" src="img/market.png" width="35%" height="35%"> 
                          </center> 
                    <hr>
                    <label class="col-md-3 control-label">User Name</label>
                    <input type="text" name="email" class="form-control" placeholder="email" onfocus="if (this.value=='Ingrese su Email') this.value='';" onblur="if (this.value=='') this.value='Email';" />
                  </div>
                  <div class="form-group">
                    <label class="col-md-3 control-label">Password</label>
                    <input type="password" name="password" class="form-control" placeholder="Password" value="" onfocus="if (this.value=='') this.value='';" onblur="if (this.value=='') this.value='';" />
                    
                  </div>
                  <button type="submit" style="background:#204b58" class="btn btn-info btn-block">Submit</button>
                   <a href="forgot.jsp">Change Password</a> 
              </form>
          </div>
        </div>
      </div>
    </section>

    <footer id="footer">
      <p>Copyright ANMS, &copy; 2017</p>
    </footer>

  <script>
     CKEDITOR.replace( 'editor1' );
 </script>

    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    <script src="js/bootstrap.min.js"></script>
</body>
</html>