⚝
One Hat Cyber Team
⚝
Your IP:
3.19.54.41
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ecommerce_pg
/
public
/
payment-mesg 2
/
View File Name :
1_failed.html
<!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"> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap" rel="stylesheet"> <link rel="stylesheet" href="./assets/style.css"> <title>Payment Response</title> </head> <body> <!-- .Payement Status Failed start --> <div class="payment__sts"> <div class="payment__sts_icon"> <img src="./assets/img/close.svg" alt="icon close" /> </div> <div class="payment__txt"> <h6 class="payment__txt_head">Payment Failed</h6> <p>Please close this tab and reinitiate the payment..</p> <!-- <a href="#!" class="payment__cta_close">Close</a> --> <button class="payment__cta_close">Close</button> </div> </div> <!-- /Payement Status Failed end --> <script src="./assets/custom.js"></script> </body> </html>