Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/public/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <!-- Copyright 2023, the hatemragab project author. All rights reserved. Use of this source code is governed by a MIT license that can be found in the LICENSE file. --> <html lang="en"> <head> <title>Super Up - The Ultimate Chat Application</title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> </head> <body> <nav class="navbar navbar-dark bg-dark"> <a class="navbar-brand" href="#">Super Up</a> </nav> <header class="jumbotron text-center"> <h1>Welcome to Super Up!</h1> <p>Your one-stop platform for all your communication needs</p> <img src="your-logo-url" alt="Super Up Logo" style="width:200px;height:200px;"> </header> <main class="container"> <section> <h2 class="text-center">Features</h2> <div class="row"> <!-- Please replace the URLs in the src attribute with your own images --> <div class="col-md-4"> <img src="your-feature-image-url" class="img-fluid" alt="Feature image"> <h3>Text, Image, Video and More</h3> <p>Text, image, video, voice note, documents, location share and more.</p> </div> <div class="col-md-4"> <img src="your-feature-image-url" class="img-fluid" alt="Feature image"> <h3>Various Chat Types</h3> <p>Direct, group, broadcast, order, system chats and more.</p> </div> <div class="col-md-4"> <img src="your-feature-image-url" class="img-fluid" alt="Feature image"> <h3>Message Status</h3> <p>See message status for all room types.</p> </div> <!-- Add more features here --> </div> </section> <section class="text-center"> <h2>Download Super Up</h2> <a class="btn btn-primary" href="https://play.google.com/store/apps/details?id=com.superup.online" role="button">Download from Google Play</a> <a class="btn btn-primary" href="https://apps.apple.com/us/app/super-up/id6445877902" role="button">Download from Apple TestFlight</a> <a class="btn btn-primary" href="https://web.superupdev.online" role="button">Try Super Up Web Version</a> </section> </main> <footer class="footer mt-auto py-3 bg-light"> <div class="container text-center"> <span>Need support? Email us at <a href="mailto:[email protected]">[email protected]</a></span> </div> </footer> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script> </body> </html>