<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>h1 Pizzas - Voucher Management Portal</title> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |
</head> | |
<body> | |
<div class="container" style="margin-top:90px"> | |
<div class="row"> | |
<div class="col-md-6 col-md-offset-3"> | |
<div class="text-center"><a href="/"><img src="/assets/images/logo.png" height="250"></a></div> | |
<h1 class="text-center">h1 Pizzas</h1> | |
<h4 class="text-center">Voucher Management Portal</h4> | |
<form method="post"> | |
<div class="panel panel-default"> | |
<div class="panel-heading">Login</div> | |
<div class="panel-body"> | |
<div><label>Username:</label></div> | |
<div><input class="form-control" name="username"></div> | |
<div style="margin-top:7px"><label>Password:</label></div> | |
<div><input type="password" class="form-control" name="password"></div> | |
<div style="margin-top:11px"><input type="submit" class="btn btn-success pull-right" value="Login"> </div> | |
</div> | |
</div> | |
</form> | |
</div> | |
</div> | |
</div> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment