You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

55 lines
1.9 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>RX_API_Two</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<!-- Start: 2 Rows 1+3 Columns -->
<div></div>
<!-- End: 2 Rows 1+3 Columns -->
<!-- Start: 2 Rows 1+1 Columns -->
<div>
<div class="container">
<div class="row">
<div class="col-md-12" style="background-color: #bca59e;">
<h1 class="text-center">RX API Two</h1>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center align-self-center"><strong>Please enter your address to find the closest pharmacy near you.</strong></div>
</div>
</div>
</div>
<!-- End: 2 Rows 1+1 Columns -->
<!-- Start: 2 Rows 1+1 Columns -->
<div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center align-self-center m-auto"><input class="form-control-lg" type="text" maxlength="255" required="" placeholder="Type Address Here" autofocus="" style="width: 300px;"></div>
</div>
<div class="row">
<div class="col-md-12 text-center align-self-center"><button class="btn btn-primary" type="button">Find Closest</button></div>
</div>
</div>
</div>
<!-- End: 2 Rows 1+1 Columns -->
<!-- Start: 1 Row 1 Column -->
<div>
<div class="container">
<div class="row">
<div class="col-md-12"></div>
</div>
</div>
</div>
<!-- End: 1 Row 1 Column -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>