-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (44 loc) · 1.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<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>SSAM</title>
<meta name="description" content="Source code generated using layoutit.com">
<meta name="author" content="LayoutIt!">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<h2 class="text-center">Smart Shipping Address Management</h2>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div>
<h3>Sender Address</h3>
<div class="nav-item dropdown">
<input class="form-control col-12" type="text" placeholder="Paul Wright, Pitney Bowes Inc, 27 Waterview Dr Shelton CT 06484-4361" class="nav-link dropdown-toggle" href="http://example.com" id="navbarDropdownMenuLink" data-toggle="dropdown">
</div>
<p></p>
</div>
<div class="jumbotron">
<h3>
Choose a recipient with phone number
</h3>
<form class="form-inline">
<input class="form-control col-12" type="text" value="504-621-8927, 810-292-9388, 856-636-8749, 907-385-4412">
<p>*Please enter all number with comma</p>
</form>
<p>
<a class="btn btn-primary btn-large" href="1.html">Next</a>
</p>
</div>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>