-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.html
More file actions
31 lines (31 loc) · 805 Bytes
/
Copy pathaction.html
File metadata and controls
31 lines (31 loc) · 805 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, initial-scale=1.0">
<title>THANK YOU</title>
</head>
<style>
.btn {
width: 100%;
height: 45px;
background: #c4db84;
border: none;
outline: none;
border-radius: 14px;
cursor: pointer;
font-size: 16px;
color: white;
font-weight: 500;
box-shadow: 0 0 10px rgba(0, 0, 0, .5);
color: white;
}
</style>
<body>
<h1><center>THANK YOU FOR PURCHASING PREMIUM PACK</center></h1>
<br><br><br><br>
<div>
<button type="submit" class="btn"><a href="home.html">Click here to return to the HOME PAGE </a></button>
</div>
</body>
</html>