-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathregistration type.html
30 lines (25 loc) · 1.38 KB
/
registration type.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
<!DOCTYPE html>
<html>
<head>
<title>Registration Type</title>
<link rel="stylesheet" href="registration type.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</head>
<body class="register" >
<form>
<center>
<div class="container" >
<h1 class="top-container"><b>REGISTER AS</b></h1>
<input class="middle-container-btn btn-outline-dark btn-md" type=button value="customer" onclick="location.href='customer registration.html'">
<input class="middle-container-btn btn-outline-dark btn-md" type=button value="retailer" onclick="location.href='retailer registration categories.html'" ><br>
</div>
</center>
</form>
</body>
</html>