X7ROOT File Manager
Current Path:
/home/remnbtxp/public_html/members
home
/
remnbtxp
/
public_html
/
members
/
📁
..
📄
Rem.zip
(2.75 MB)
📁
ajax
📄
ajax.zip
(7.93 MB)
📄
config.php
(376 B)
📄
dashboard.php
(4.1 KB)
📄
error_log
(78.08 KB)
📁
img
📁
includes
📄
index.php
(15.31 KB)
📄
login.php
(4.32 KB)
📄
login_styles.css
(995 B)
📄
logout.php
(246 B)
📄
manage_donations.php
(4.58 KB)
📄
manage_expenses.php
(4.58 KB)
📄
manage_invoices.php
(4.58 KB)
📄
manage_members.php
(9.77 KB)
📄
manage_notes.php
(4.58 KB)
📄
manage_partnerships.php
(4.59 KB)
📄
manage_task.php
(4.57 KB)
📄
register.php
(5.31 KB)
📄
register_styles.css
(1.29 KB)
📄
thank_you.php
(2.26 KB)
Editing: thank_you.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome to Remnant Love Church</title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <style> body { background-color: #f8f9fa; color: #495057; text-align: center; padding: 50px; } h1 { color: #343a40; } p { font-size: 18px; margin-bottom: 20px; } .social-icons { font-size: 24px; margin-top: 20px; } .contact-info { font-size: 18px; margin-top: 20px; } /* Media Queries for Responsive Design */ @media (max-width: 576px) { h1 { font-size: 24px; } p { font-size: 16px; } .social-icons { font-size: 20px; } .contact-info { font-size: 16px; } } </style> </head> <body> <div class="container"> <h1>Welcome to Remnant Love Church!</h1> <p>Thank you for joining our community. We are delighted to have you as a new member of our church family.</p> <p>Connect with us on social media to stay updated:</p> <!-- Social Media Icons --> <div class="social-icons"> <a href="#" class="text-primary mx-2" title="Facebook"><i class="fab fa-facebook-square"></i></a> <a href="#" class="text-info mx-2" title="Twitter"><i class="fab fa-twitter-square"></i></a> <a href="#" class="text-danger mx-2" title="Instagram"><i class="fab fa-instagram-square"></i></a> </div> <p class="contact-info">For any further inquiries or assistance, please feel free to contact us:</p> <p class="contact-info">Email: info@remnantlovechurch.com</p> <p class="contact-info">Phone: +447930132612</p> <p>May you find joy and fulfillment in your journey with Remnant Love Church. God bless you!</p> </div> </body> </html>
Upload File
Create Folder