-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
31 lines (25 loc) · 832 Bytes
/
index.php
File metadata and controls
31 lines (25 loc) · 832 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="main.css" type="text/css">
<title>HOME PAGE</title>
<style>
</style>
</head>
<body>
<div class="flexbox">
<form action="customer.php" method = "post">
<div class="wrapper">
<h1> Transacting <br> Online</h1>
<h3> Fill the monetary feels virtually </h3>
<button type="submit" name="submit" class="button"> <span> View Customers </span> </button>
</div>
</form>
<div class="img"></div>
<img style = " object-fit: cover; " src = "rr.jpg" height = 700px width = 3050px />
</div>
</body>
</html>