-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuyonline.htm
43 lines (28 loc) · 916 Bytes
/
buyonline.htm
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
<html>
<head>
<title> BuyOnline </title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<style type="text/css">
.col-md-3, .heading{
text-align:center;
margin-left: auto;
margin-right: auto;
}
h1 {
display: inline;
}
</style>
</head>
<body>
<br>
<div class="heading">
<img src="logo.png" alt="BuyOnline" width="70" height="90">
<h1 style="text-align:center">BuyOnline</h1><br><br><br>
</div>
<div class="col-md-3">
<a href="register.htm" class="btn btn-outline-dark btn-lg btn-block" > Customer Registration </a> <br>
<a href="login.htm" class="btn btn-outline-dark btn-lg btn-block"> Customer Login </a> <br>
<a href="mlogin.htm" class="btn btn-outline-dark btn-lg btn-block"> Store Manager Login </a>
</div>
<body>
</html>