20 lines
No EOL
726 B
HTML
Executable file
20 lines
No EOL
726 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Payment Successful</title>
|
|
<link rel="stylesheet" href="style_extension.css">
|
|
<link rel="shortcut icon" href="images/home-logo.png" type="image/x-icon">
|
|
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
|
|
</head>
|
|
<body>
|
|
<div class="sc-container">
|
|
<h1>Payment Successful</h1>
|
|
<p>You have completed your payment</p>
|
|
<img src="images/success.png" alt="">
|
|
<a href="http://localhost:3000" class="sc-btn">Back</a>
|
|
</div>
|
|
</body>
|
|
</html> |