-
Notifications
You must be signed in to change notification settings - Fork 0
/
manager.html
44 lines (41 loc) · 1.47 KB
/
manager.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
<html>
<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>ShopEasy.com</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link href="css/manager.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<div class="background2"
</div>
<div class="top-info">
<div class="inner-bg">
<div class="container">
<div class="row">
<div class=col-sm-8 col-sm-offset-2 text>
<h1 align="center">Welcome to ShopEasy</h1>
<h2 align="left">Choose your option</h2>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3 form-box">
<div class="form-bottom">
<form role="form" action="" method="post" class="login-form">
<button type="submit" class="btn-cust">+Add Customer</button><br />
<button type="submit" class="btn-cust-credits">+Customer Credits</button><br />
<button type="submit" class="btn-add">+Add</button><br />
<button type="submit" class="btn-delete">+Delete</button><br />
<button type="submit" class="btn-modify">+Modify</button><br />
<button type="submit" class="btn-offers">+Offers</button><br />
</form>
</div>
</div>
</div>
</div>
</body>
</html>