Skip to content

Instantly share code, notes, and snippets.

@nbkoteshpi
Created October 12, 2016 10:37
Show Gist options
  • Save nbkoteshpi/f265ce885ae98995002505d26755ab53 to your computer and use it in GitHub Desktop.
Save nbkoteshpi/f265ce885ae98995002505d26755ab53 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
<link href="assets/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-style">
<link href="assets/css/style.min.css" rel="stylesheet" id="main-style">
<link rel="stylesheet" href="C:\Users\sh\Desktop\products%2FWB0F1G539\Real 1.1.0 Bootstrap 3\real-Static\assets\css\font-awesome.min.css">
<link rel="icon" href="http://52.4.16.181/wingspos/favicon.ico" type="image/x-icon"/>
</head>
<body class="container" style="background-color:rgb(234, 2, 122);" >
<div class="row">
<div class="login-box col-lg-4 col-lg-offset-4 col-sm-6 col-sm-offset-3">
<div class="form-group first">
<div class="input-group col-sm-12">
<center><img src="http://52.4.16.181/wingspos/img/header_logo.png"></center>
<input type="text" class="form-control input-lg" id="pwd" placeholder="Password"/>
<button type="submit" id="button" class="btn btn-success col-xs-12"><a href="login.html">Reset Password</a></button>
</div>
<a href="login.html"><center>login</center></a>
</div>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>login</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" rev="stylesheet" href="http://52.4.16.181/wingspos/css/bootstrap-3.min.css?14.4" media="all" />
<link rel="icon" href="http://52.4.16.181/wingspos/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="C:\xampp\htdocs\koti\poc\assets\css\font-awesome.min.css">
<link rel="icon" href="#" type="image/x-icon"/>
<link rel="stylesheet" rev="stylesheet" href="http://52.4.16.181/wingspos/css/jquery.gritter.css?14.4" media="all" />
<link rel="stylesheet" rev="stylesheet" href="http://52.4.16.181/wingspos/css/jquery-ui.css?14.4" media="all" />
<link rel="stylesheet" rev="stylesheet" href="http://52.4.16.181/wingspos/css/unicorn.css?14.4" media="all" />
<link rel="stylesheet" rev="stylesheet" href="http://52.4.16.181/wingspos/css/custom.css?14.4" media="all" />
<link rel="stylesheet" rev="stylesheet" href="http://52.4.16.181/wingspos/css/datepicker.css?14.4" media="all" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="assets/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-style">
<link href="assets/css/style.min.css" rel="stylesheet" id="main-style">
</head>
<body class="container">
<div class="row">
<div class="login-box col-lg-4 col-lg-offset-4 col-sm-6 col-sm-offset-3">
<div class="form-group first">
<div class="input-group col-sm-12">
<center>
<a href="#"><img src="http://52.4.16.181/wingspos/img/header_logo.png" class="header-log" id="header-logo" alt=""></a></center>
<input type="text" class="form-control input-lg" id="email" placeholder="Username"/>
<input type="password" class="form-control input-lg" id="password" placeholder="Password"/>
<button type="submit" id="button" class="btn btn-success col-xs-12">
<a href="dashboard.html">Login</a>
</button>
<center><a href="forgotpwd.html">Forgot Password ?</a></center></a>
</div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment