HTTP/1.1 200 OK | |
Server: nginx/1.14.0 (Ubuntu) | |
Date: Thu, 30 Jul 2020 22:29:47 GMT | |
Content-Type: text/html; charset=UTF-8 | |
Connection: close | |
Content-Length: 1791 | |
<!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">Voucher</div> | |
<div class="panel-body"> | |
<p>Enter a voucher number below to verify</p> | |
<div><label>Voucher:</label></div> | |
<div><input class="form-control" name="voucher"></div> | |
<div style="margin-top:11px"><input type="submit" class="btn btn-success pull-right" value="Search"> </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