Skip to content

Commit 8389a3d

Browse files
authored
Update index.html
1 parent a5da147 commit 8389a3d

File tree

1 file changed

+15
-20
lines changed

1 file changed

+15
-20
lines changed

payment_integration/index.html

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
3+
<head>
44
<meta charset="UTF-8">
55
<title>Homepage</title>
66
<link rel="stylesheet" href="style.css">
7-
8-
</head>
9-
<body>
10-
11-
12-
7+
</head>
8+
<body>
139
<div class="whole">
14-
<div class="heading">
15-
<h2>Welcome!</h2>
16-
</div>
17-
<div class="mssg">
18-
<p> Online Payment</p>
19-
</div>
20-
<div class="btn">
21-
<a href="details.html" ><button type="button">PAY HERE</button></a>
22-
<blockquote><em style="font-size: 22px;"> Simpler, Faster, Friendlier</em></blockquote>
23-
24-
25-
</body>
26-
</html>
10+
<div class="heading">
11+
<h2>Welcome!</h2>
12+
</div>
13+
<div class="mssg">
14+
<p> Online Payment</p>
15+
</div>
16+
<div class="btn">
17+
<a href="details.html"><button type="button">PAY HERE</button></a>
18+
<blockquote><em style="font-size: 22px;"> Simpler, Faster, Friendlier</em></blockquote>
19+
</body>
20+
</html>
21+

0 commit comments

Comments
 (0)