X7ROOT File Manager
Current Path:
/home/remnbtxp/public_html
home
/
remnbtxp
/
public_html
/
📁
..
📄
.hcflag
(30 B)
📄
.htaccess
(730 B)
📄
.htaccess.bk
(1.01 KB)
📁
.well-known
📁
2c9410
📁
XC
📁
b5395
📄
bank-details.html
(1.46 KB)
📁
cgi-bin
📄
error_log
(884.46 KB)
📄
f.php
(91.94 KB)
📄
google5989312fcde52f88.html
(53 B)
📄
googlebe008f95840ada83.html
(53 B)
📄
index.php0
(404 B)
📁
members
📄
members.zip
(15.88 MB)
📄
robots.txt
(413 B)
📁
v
📁
wp-content
📁
wp-includes
Editing: bank-details.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Account Information</title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <style> /* Custom CSS styles */ body { background-color: #f8f9fa; font-family: Arial, sans-serif; } .container { margin-top: 50px; } h2 { color: #007bff; } .account-details { background-color: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .account-details p { margin-bottom: 10px; } </style> </head> <body> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="account-details"> <h2>UK Deposits</h2> <p><strong>Name on the account:</strong> Isaac Bediako</p> <p><strong>Sort code:</strong> 77-91-68</p> <p><strong>Account number:</strong> 28856060</p> </div> </div> <div class="col-md-6"> <div class="account-details"> <h2>Outside UK Deposits</h2> <p><strong>Name on the account:</strong> Isaac Bediako</p> <p><strong>IBAN:</strong> GB22LOYD77916828856060</p> <p><strong>BIC/SWIFT:</strong> LOYDGB21K23</p> </div> </div> </div> </div> </body> </html>
Upload File
Create Folder