⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.49
Server IP:
147.79.120.209
Server:
Linux us-phx-web1443.main-hosting.eu 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
u530473652
/
domains
/
glemvnt.com
/
public_html
/
View File Name :
falzz.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Falzz – Empowering Africa through AI</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body { font-family: Arial, sans-serif; } .hero { background: #004080; color: white; padding: 80px 0; text-align: center; } .capability-box { padding: 20px; border: 1px solid #eee; border-radius: 10px; height: 100%; } .partner-logo { max-height: 60px; margin: 10px; } .section-title { text-align: center; margin: 50px 0 30px; } </style> </head> <body> <!-- Hero Section --> <section class="hero"> <div class="container"> <h1>Falzz AI</h1> <p class="lead">Unlocking African Global Potentials Through Digitalisation</p> <a href="#download" class="btn btn-light">Get the App</a> </div> </section> <!-- Capabilities --> <section class="container mt-5"> <h2 class="section-title">Capabilities of Falzz AI</h2> <div class="row g-4"> <div class="col-md-4"> <div class="capability-box text-center"> <h5>AI Text Generation</h5> <p>Write emails, blogs, business proposals, and more using our powerful African-trained AI model.</p> </div> </div> <div class="col-md-4"> <div class="capability-box text-center"> <h5>Voice Interaction (Local Support)</h5> <p>Talk to Falzz in major African accents. Multilingual voice response system coming soon.</p> </div> </div> <div class="col-md-4"> <div class="capability-box text-center"> <h5>Offline Literacy Hubs</h5> <p>Physical training centers where users without internet access can still learn and interact with AI.</p> </div> </div> <div class="col-md-4"> <div class="capability-box text-center"> <h5>SME Tools</h5> <p>Business name ideas, pitch writing, customer replies, product description generation & more.</p> </div> </div> <div class="col-md-4"> <div class="capability-box text-center"> <h5>Church & NGO Digital Support</h5> <p>Helping non-profits & religious groups embrace AI for outreach, learning, and growth.</p> </div> </div> </div> </section> <!-- Partners --> <section class="container mt-5"> <h2 class="section-title">Our Partners</h2> <div class="row text-center"> <!-- Replace logos with your actual image paths --> <div class="col-6 col-md-3"><img src="img/partner1.png" alt="Partner 1" class="partner-logo"></div> <div class="col-6 col-md-3"><img src="img/partner2.png" alt="Partner 2" class="partner-logo"></div> <div class="col-6 col-md-3"><img src="img/partner3.png" alt="Partner 3" class="partner-logo"></div> <div class="col-6 col-md-3"><img src="img/partner4.png" alt="Partner 4" class="partner-logo"></div> </div> <p class="text-center mt-3"><strong>Ongoing Partnerships:</strong> GlemVNT, NoteandClass.com, Deizievents, FaithAI Academy, Community Churches</p> </section> <!-- Screenshots --> <section class="container mt-5"> <h2 class="section-title">Screenshots</h2> <div class="row g-3"> <div class="col-md-4"><img src="img/screen1.png" class="img-fluid rounded" alt="App Screenshot"></div> <div class="col-md-4"><img src="img/screen2.png" class="img-fluid rounded" alt="App Screenshot"></div> <div class="col-md-4"><img src="img/screen3.png" class="img-fluid rounded" alt="App Screenshot"></div> </div> </section> <!-- Call to Action --> <section class="container text-center my-5" id="download"> <h2>Be Part of the Movement</h2> <p>Join us in transforming Africa into the next global digital support center.</p> <a href="#" class="btn btn-primary">Download Now</a> </section> <!-- Footer --> <footer class="bg-dark text-light text-center p-3"> <p>© 2025 Falzz by GlemVNT. All rights reserved.</p> </footer> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> </body> </html>